Index: google_apis/gcm/gcm_client_impl.h |
diff --git a/google_apis/gcm/gcm_client_impl.h b/google_apis/gcm/gcm_client_impl.h |
index 72b86bab65f49ba9162472ec4f1e57395f802479..c1365f56d7c9a383ad7b112e7dbeddf1673ca47a 100644 |
--- a/google_apis/gcm/gcm_client_impl.h |
+++ b/google_apis/gcm/gcm_client_impl.h |
@@ -58,7 +58,6 @@ class GCM_EXPORT GCMClientImpl : public GCMClient { |
virtual void Load() OVERRIDE; |
virtual void CheckOut() OVERRIDE; |
virtual void Register(const std::string& app_id, |
- const std::string& cert, |
const std::vector<std::string>& sender_ids) OVERRIDE; |
virtual void Unregister(const std::string& app_id) OVERRIDE; |
virtual void Send(const std::string& app_id, |