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

Unified Diff: components/gcm_driver/fake_gcm_driver.cc

Issue 445683003: [GCM] Exposing persistence of account mappings in GCM Driver (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updates based on self review Created 6 years, 4 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 0b98775953ce972e75ca1f2adeed4cbc6c10d4f8..573140e709976a4ab81e3217b9fc5cbf970f9165 100644
--- a/components/gcm_driver/fake_gcm_driver.cc
+++ b/components/gcm_driver/fake_gcm_driver.cc
@@ -70,4 +70,11 @@ void FakeGCMDriver::SendImpl(const std::string& app_id,
const GCMClient::OutgoingMessage& message) {
}
+void FakeGCMDriver::UpdateAccountMapping(
+ const AccountMapping& account_mapping) {
+}
+
+void FakeGCMDriver::RemoveAccountMapping(const std::string& account_id) {
+}
+
} // namespace gcm

Powered by Google App Engine
This is Rietveld 408576698