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

Unified Diff: chrome/common/chrome_switches.cc

Issue 9550009: [Sync] Move dependency on Chrome switches from SyncNotifierFactory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync to head Created 8 years, 9 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index e81ab7854767042462351852ed87c1ac70bf682f..77ea4fba365dcffa0ab497ed2fc9fc3383188fa3 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1094,9 +1094,8 @@ const char kSyncInvalidateXmppLogin[] = "sync-invalidate-xmpp-login";
// Overrides the default notification method for sync.
const char kSyncNotificationMethod[] = "sync-notification-method";
-// Overrides the default host used for sync notifications. Can be either "host"
-// or "host:port".
-const char kSyncNotificationHost[] = "sync-notification-host";
+// Overrides the default host:port used for sync notifications.
+const char kSyncNotificationHostPort[] = "sync-notification-host-port";
// Specifies the sync promo version to display.
const char kSyncPromoVersion[] = "sync-promo-version";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698