| 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;
|
|
|