Index: chrome/browser/services/gcm/gcm_client_mock.h |
diff --git a/chrome/browser/services/gcm/gcm_client_mock.h b/chrome/browser/services/gcm/gcm_client_mock.h |
index 2a1004a6bfb1fbbaa6b32785294f87d77ec3031d..563c917ab921300436d7d9593b67a641ac6309f6 100644 |
--- a/chrome/browser/services/gcm/gcm_client_mock.h |
+++ b/chrome/browser/services/gcm/gcm_client_mock.h |
@@ -54,6 +54,8 @@ class GCMClientMock : public GCMClient { |
virtual void Send(const std::string& app_id, |
const std::string& receiver_id, |
const OutgoingMessage& message) OVERRIDE; |
+ virtual void SetRecording(bool recording) OVERRIDE; |
+ virtual void ClearActivityLogs() OVERRIDE; |
virtual GCMStatistics GetStatistics() const OVERRIDE; |
// Initiate the loading that has been delayed. |