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

Unified Diff: google_apis/gcm/engine/mcs_client.h

Issue 162233002: [GCM] Remove all persisted data and close connections when signing out of a profile (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch to land Created 6 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
« no previous file with comments | « chrome/common/pref_names.cc ('k') | google_apis/gcm/gcm_client_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/gcm/engine/mcs_client.h
diff --git a/google_apis/gcm/engine/mcs_client.h b/google_apis/gcm/engine/mcs_client.h
index 036acb8b159f2079b2f3818e3cef2296ebae274e..d7bd71bef87039b265f97ca8d9678872ee5d9ff5 100644
--- a/google_apis/gcm/engine/mcs_client.h
+++ b/google_apis/gcm/engine/mcs_client.h
@@ -123,6 +123,8 @@ class GCM_EXPORT MCSClient {
// Disconnects the client and permanently destroys the persistent GCM store.
// WARNING: This is permanent, and the client must be recreated with new
// credentials afterwards.
+ // TODO(jianli): destroying the persistent GCM store should be moved to
+ // GCMClient.
void Destroy();
// Returns the current state of the client.
« no previous file with comments | « chrome/common/pref_names.cc ('k') | google_apis/gcm/gcm_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698