HomeSort by relevance Sort by last modified time
    Searched defs:FakeGCMProfileService (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/services/gcm/
fake_gcm_profile_service.cc 16 BrowserContextKeyedService* FakeGCMProfileService::Build(
20 return new FakeGCMProfileService(profile);
24 void FakeGCMProfileService::EnableGCMForTesting() {
28 FakeGCMProfileService::FakeGCMProfileService(Profile* profile)
32 FakeGCMProfileService::~FakeGCMProfileService() {}
34 void FakeGCMProfileService::Register(const std::string& app_id,
40 base::Bind(&FakeGCMProfileService::RegisterFinished,
48 void FakeGCMProfileService::RegisterFinished
    [all...]
fake_gcm_profile_service.h 17 class FakeGCMProfileService : public GCMProfileService {
25 explicit FakeGCMProfileService(Profile* profile);
26 virtual ~FakeGCMProfileService();
82 DISALLOW_COPY_AND_ASSIGN(FakeGCMProfileService);

Completed in 494 milliseconds