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

Unified Diff: components/gcm_driver/fake_gcm_app_handler.cc

Issue 2473813002: Notify GCMAppHandlers when the store is reset, so they clear cached IDs (Closed)
Patch Set: Update Cryptauth comment Created 4 years, 1 month 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
« no previous file with comments | « components/gcm_driver/fake_gcm_app_handler.h ('k') | components/gcm_driver/gcm_account_mapper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/gcm_driver/fake_gcm_app_handler.cc
diff --git a/components/gcm_driver/fake_gcm_app_handler.cc b/components/gcm_driver/fake_gcm_app_handler.cc
index 14a43f2e6e99cc31f1c5ea17a9a2fb46ec714a30..147b2a27b8ab6a0edeb171fdef554f930a12ff0b 100644
--- a/components/gcm_driver/fake_gcm_app_handler.cc
+++ b/components/gcm_driver/fake_gcm_app_handler.cc
@@ -24,6 +24,8 @@ void FakeGCMAppHandler::WaitForNotification() {
void FakeGCMAppHandler::ShutdownHandler() {
}
+void FakeGCMAppHandler::OnStoreReset() {}
+
void FakeGCMAppHandler::OnMessage(const std::string& app_id,
const IncomingMessage& message) {
ClearResults();
« no previous file with comments | « components/gcm_driver/fake_gcm_app_handler.h ('k') | components/gcm_driver/gcm_account_mapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698