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

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

Issue 1492913002: Add command line overrides for GCM checkin URL & MCS endpoint (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review nit Created 5 years 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 | « components/gcm_driver/gcm_client_impl.cc ('k') | google_apis/gcm/engine/gservices_settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/gcm/engine/gservices_settings.h
diff --git a/google_apis/gcm/engine/gservices_settings.h b/google_apis/gcm/engine/gservices_settings.h
index d3aeeb03d29511da2c5475be9817ea1f6204ff15..7811f9e38bd8d02af1d2821d25c827fa11ac0824 100644
--- a/google_apis/gcm/engine/gservices_settings.h
+++ b/google_apis/gcm/engine/gservices_settings.h
@@ -26,9 +26,6 @@ class GCM_EXPORT GServicesSettings {
// Minimum periodic checkin interval in seconds.
static const base::TimeDelta MinimumCheckinInterval();
- // Default checkin URL.
- static const GURL DefaultCheckinURL();
-
// Calculates digest of provided settings.
static std::string CalculateDigest(const SettingsMap& settings);
@@ -56,7 +53,7 @@ class GCM_EXPORT GServicesSettings {
// Gets address of main MCS endpoint.
GURL GetMCSMainEndpoint() const;
- // Gets address of fallback MCS endpoint.
+ // Gets address of fallback MCS endpoint. Will be empty if there isn't one.
GURL GetMCSFallbackEndpoint() const;
// Gets the URL to use when registering or unregistering the apps.
« no previous file with comments | « components/gcm_driver/gcm_client_impl.cc ('k') | google_apis/gcm/engine/gservices_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698