Index: components/gcm_driver/gcm_driver_desktop.cc |
diff --git a/components/gcm_driver/gcm_driver_desktop.cc b/components/gcm_driver/gcm_driver_desktop.cc |
index 6a9153986819f84471c5c6d49f7df3d8c5201986..812b0d3fcbc7e8da6399493591739dc70afeae8f 100644 |
--- a/components/gcm_driver/gcm_driver_desktop.cc |
+++ b/components/gcm_driver/gcm_driver_desktop.cc |
@@ -522,7 +522,8 @@ void GCMDriverDesktop::DoRegister(const std::string& app_id, |
sender_ids)); |
} |
-void GCMDriverDesktop::UnregisterImpl(const std::string& app_id) { |
+void GCMDriverDesktop::UnregisterImpl( |
+ const std::string& app_id, const std::vector<std::string>& /*sender_ids*/) { |
// Delay the unregister operation until GCMClient is ready. |
if (!delayed_task_controller_->CanRunTaskWithoutDelay()) { |
delayed_task_controller_->AddTask( |