Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Unified Diff: chrome/browser/services/gcm/fake_gcm_profile_service.h

Issue 955673004: Move gcm-independent parts of push messaging out of gcm namespace and directory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: buildfix push_messaging_application_id_unittest Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698