| Index: google_apis/gcm/gcm_client.h
|
| diff --git a/google_apis/gcm/gcm_client.h b/google_apis/gcm/gcm_client.h
|
| index e0e31a44a344ad1cdf2cd8957b4a9033e5f4f3f0..bee154b7b8ade9406fd2a7e356544dd81a57a2d8 100644
|
| --- a/google_apis/gcm/gcm_client.h
|
| +++ b/google_apis/gcm/gcm_client.h
|
| @@ -185,10 +185,10 @@ class GCM_EXPORT GCMClient {
|
| url_request_context_getter,
|
| Delegate* delegate) = 0;
|
|
|
| - // 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.
|
| - virtual void Load() = 0;
|
| + // Starts the GCM service by first loading the data from the persistent store.
|
| + // This will then kick off the check-in if the check-in info is not found in
|
| + // the store.
|
| + virtual void Start() = 0;
|
|
|
| // Stops using the GCM service. This will not erase the persisted data.
|
| virtual void Stop() = 0;
|
|
|