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

Unified Diff: components/gcm_driver/gcm_driver_desktop.h

Issue 324913004: Skeleton GCMAppHandler for Push API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile Created 6 years, 6 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: components/gcm_driver/gcm_driver_desktop.h
diff --git a/components/gcm_driver/gcm_driver_desktop.h b/components/gcm_driver/gcm_driver_desktop.h
index 3c84d134e59c983430d978e030f24bea69431398..e217e95b7771f97d0c81c15c6a0d7bb519649823 100644
--- a/components/gcm_driver/gcm_driver_desktop.h
+++ b/components/gcm_driver/gcm_driver_desktop.h
@@ -59,6 +59,9 @@ class GCMDriverDesktop : public GCMDriver, public IdentityProvider::Observer {
virtual void AddAppHandler(const std::string& app_id,
GCMAppHandler* handler) OVERRIDE;
virtual void RemoveAppHandler(const std::string& app_id) OVERRIDE;
+ virtual void AddWildcardAppHandler(GCMWildcardAppHandler* handler) OVERRIDE;
+ virtual void RemoveWildcardAppHandler(
+ GCMWildcardAppHandler* handler) OVERRIDE;
// GCMDriver implementation:
virtual void Enable() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698