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 91a03992fb55a1830f84128284e0c96c948aa37a..8eba9683961033c3b9c58f1d553ed9cbc1b9be52 100644 |
--- a/components/gcm_driver/gcm_driver_desktop.h |
+++ b/components/gcm_driver/gcm_driver_desktop.h |
@@ -64,6 +64,9 @@ class GCMDriverDesktop : public GCMDriver { |
bool clear_logs) OVERRIDE; |
virtual void SetGCMRecording(const GetGCMStatisticsCallback& callback, |
bool recording) OVERRIDE; |
+ virtual void UpdateAccountMapping( |
+ const AccountMapping& account_mapping) OVERRIDE; |
+ virtual void RemoveAccountMapping(const std::string& account_id) OVERRIDE; |
// GCMDriverDesktop specific implementation. |
// Sets a list of accounts with OAuth2 tokens for the next checkin. |