Index: components/gcm_driver/fake_gcm_client.h |
diff --git a/components/gcm_driver/fake_gcm_client.h b/components/gcm_driver/fake_gcm_client.h |
index 5ba863ebbb35766864bebce61392ec4fb982b5ef..0d22dd695986eb3671ae708f9150a030766ec13e 100644 |
--- a/components/gcm_driver/fake_gcm_client.h |
+++ b/components/gcm_driver/fake_gcm_client.h |
@@ -58,6 +58,9 @@ class FakeGCMClient : public GCMClient { |
virtual GCMStatistics GetStatistics() const OVERRIDE; |
virtual void SetAccountsForCheckin( |
const std::map<std::string, std::string>& account_tokens) OVERRIDE; |
+ virtual void UpdateAccountMapping( |
+ const AccountMapping& account_mapping) OVERRIDE; |
+ virtual void RemoveAccountMapping(const std::string& account_id) OVERRIDE; |
// Initiate the loading that has been delayed. |
// Called on UI thread. |