Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(105)

Unified Diff: components/gcm_driver/fake_gcm_driver.cc

Issue 914693002: Push API: Fix unsubscribing from GCM on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment nits I missed earlier Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/gcm_driver/fake_gcm_driver.cc
diff --git a/components/gcm_driver/fake_gcm_driver.cc b/components/gcm_driver/fake_gcm_driver.cc
index 45791f60899ad89731974c0421bbe1314aab45d5..8252425f99a24ff19c52b6790aa9168e92afffda 100644
--- a/components/gcm_driver/fake_gcm_driver.cc
+++ b/components/gcm_driver/fake_gcm_driver.cc
@@ -69,7 +69,8 @@ void FakeGCMDriver::RegisterImpl(const std::string& app_id,
const std::vector<std::string>& sender_ids) {
}
-void FakeGCMDriver::UnregisterImpl(const std::string& app_id) {
+void FakeGCMDriver::UnregisterImpl(const std::string& app_id,
+ const std::vector<std::string>& sender_ids) {
}
void FakeGCMDriver::SendImpl(const std::string& app_id,

Powered by Google App Engine
This is Rietveld 408576698