| Index: chrome/browser/services/gcm/fake_gcm_profile_service.h
|
| diff --git a/chrome/browser/services/gcm/fake_gcm_profile_service.h b/chrome/browser/services/gcm/fake_gcm_profile_service.h
|
| index 58ba184ceefdb073f4d396b2f84b4c07dda2a9f8..c296c9aabd4506f82d94ffe93304a5e642da3c96 100644
|
| --- a/chrome/browser/services/gcm/fake_gcm_profile_service.h
|
| +++ b/chrome/browser/services/gcm/fake_gcm_profile_service.h
|
| @@ -29,6 +29,8 @@ class FakeGCMProfileService : public GCMProfileService {
|
| explicit FakeGCMProfileService(Profile* profile);
|
| ~FakeGCMProfileService() override;
|
|
|
| + FakeGCMProfileService* AsFakeGCMProfileService() override;
|
| +
|
| void RegisterFinished(const std::string& app_id,
|
| const std::vector<std::string>& sender_ids);
|
| void UnregisterFinished(const std::string& app_id);
|
|
|