Index: trunk/src/chrome/browser/services/gcm/gcm_client_mock.h |
=================================================================== |
--- trunk/src/chrome/browser/services/gcm/gcm_client_mock.h (revision 264317) |
+++ trunk/src/chrome/browser/services/gcm/gcm_client_mock.h (working copy) |
@@ -48,8 +48,6 @@ |
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. |