Chromium Code Reviews| Index: google_apis/gcm/gcm_client.h |
| diff --git a/google_apis/gcm/gcm_client.h b/google_apis/gcm/gcm_client.h |
| index 15f67cf21665f061bc03a903440ae68ac5666c12..a25cb12e933c8f9fc15b6f56e7727e47f2d72528 100644 |
| --- a/google_apis/gcm/gcm_client.h |
| +++ b/google_apis/gcm/gcm_client.h |
| @@ -153,8 +153,12 @@ class GCM_EXPORT GCMClient { |
| // Loads the data from the persistent store. This will automatically kick off |
| // the check-in if the check-in info is not found in the store. |
| + // TODO(jianli): consider renaming this name to Start. |
|
Dmitry Titov
2014/03/04 02:47:51
Why not rename it now?
jianli
2014/03/04 05:14:26
Since we're going to merge this patch to M34, I wo
|
| virtual void Load() = 0; |
| + // Stops using the GCM service. This will not erase the persisted data. |
| + virtual void Stop() = 0; |
| + |
| // Checks out of the GCM service. This will erase all the cached and persisted |
| // data. |
| virtual void CheckOut() = 0; |