Index: chrome/browser/services/gcm/gcm_service.h |
diff --git a/chrome/browser/services/gcm/gcm_service.h b/chrome/browser/services/gcm/gcm_service.h |
index 321be2ea31d133921c56a15f03322ff9f4b66663..afa9dbe64fd46070449788d8e1ba4560650bbc3c 100644 |
--- a/chrome/browser/services/gcm/gcm_service.h |
+++ b/chrome/browser/services/gcm/gcm_service.h |
@@ -130,9 +130,9 @@ class GCMService : public IdentityProvider::Observer { |
typedef std::map<std::string, GCMAppHandler*> GCMAppHandlerMap; |
- // Ensures that the GCMClient is loaded and the GCM check-in is done if the |
+ // Ensures that the GCMClient is started and the GCM check-in is done if the |
// |identity_provider_| is able to supply an account ID. |
- void EnsureLoaded(); |
+ void EnsureStarted(); |
// Remove cached data when GCM service is stopped. |
void RemoveCachedData(); |