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

Unified Diff: google_apis/gcm/engine/gservices_switches.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 | « google_apis/gcm/engine/gservices_settings.cc ('k') | google_apis/gcm/engine/gservices_switches.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.h
diff --git a/google_apis/gcm/engine/gservices_switches.h b/google_apis/gcm/engine/gservices_switches.h
index 1fb931e5eb04fb5b2872cc2badece1e53ce7cf33..bd778c64032db9352f93a800af63b567e6176de8 100644
--- a/google_apis/gcm/engine/gservices_switches.h
+++ b/google_apis/gcm/engine/gservices_switches.h
@@ -7,6 +7,8 @@
namespace switches {
+extern const char kGCMCheckinURL[];
+extern const char kGCMMCSEndpoint[];
extern const char kGCMRegistrationURL[];
} // namespace switches
« no previous file with comments | « google_apis/gcm/engine/gservices_settings.cc ('k') | google_apis/gcm/engine/gservices_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698