Index: components/gcm_driver/gcm_driver_android.h |
diff --git a/components/gcm_driver/gcm_driver_android.h b/components/gcm_driver/gcm_driver_android.h |
index d26ed6777fb949a76754c432d5197a7343e33421..da1e7981055db24f5313235d44281e05af4c7799 100644 |
--- a/components/gcm_driver/gcm_driver_android.h |
+++ b/components/gcm_driver/gcm_driver_android.h |
@@ -70,7 +70,8 @@ class GCMDriverAndroid : public GCMDriver { |
GCMClient::Result EnsureStarted(GCMClient::StartMode start_mode) override; |
void RegisterImpl(const std::string& app_id, |
const std::vector<std::string>& sender_ids) override; |
- void UnregisterImpl(const std::string& app_id) override; |
+ void UnregisterImpl(const std::string& app_id, |
+ const std::string* maybe_sender_id) override; |
void SendImpl(const std::string& app_id, |
const std::string& receiver_id, |
const GCMClient::OutgoingMessage& message) override; |