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

Unified Diff: chrome/browser/services/gcm/gcm_service.h

Issue 285623002: Rename GCMClient::Load to GCMClient::Start (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch Created 6 years, 7 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
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();
« no previous file with comments | « chrome/browser/services/gcm/gcm_profile_service_unittest.cc ('k') | chrome/browser/services/gcm/gcm_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698