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

Unified Diff: google_apis/gcm/engine/gservices_switches.cc

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 | « google_apis/gcm/engine/gservices_switches.h ('k') | google_apis/gcm/tools/mcs_probe.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/gcm/engine/gservices_switches.cc
diff --git a/google_apis/gcm/engine/gservices_switches.cc b/google_apis/gcm/engine/gservices_switches.cc
index 66c910ff2cb995bf30c1edaf6e8dd6ffdf48900b..efa5555e4673f1d53669432336f173847b30ec60 100644
--- a/google_apis/gcm/engine/gservices_switches.cc
+++ b/google_apis/gcm/engine/gservices_switches.cc
@@ -6,6 +6,14 @@
namespace switches {
+// Sets the checkin service endpoint that will be used for performing Google
+// Cloud Messaging checkins.
+const char kGCMCheckinURL[] = "gcm-checkin-url";
+
+// Sets the Mobile Connection Server endpoint that will be used for Google
+// Cloud Messaging.
+const char kGCMMCSEndpoint[] = "gcm-mcs-endpoint";
+
// Sets the registration endpoint that will be used for creating new Google
// Cloud Messaging registrations.
const char kGCMRegistrationURL[] = "gcm-registration-url";
« no previous file with comments | « google_apis/gcm/engine/gservices_switches.h ('k') | google_apis/gcm/tools/mcs_probe.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698