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

Unified Diff: chrome/common/chrome_switches.cc

Issue 1308313003: Componentize chrome/common/sync_util (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index d2f73c2e88aca4d549ebd1853edd81d7eb15fd3b..25824af1e86db000e860a205512fcb7dca563adc 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1068,9 +1068,6 @@ const char kSupervisedUserSyncToken[] = "managed-user-sync-token";
const char kSyncShortInitialRetryOverride[] =
"sync-short-initial-retry-override";
-// Overrides the default server used for profile sync.
-const char kSyncServiceURL[] = "sync-url";
-
// Enables deferring sync backend initialization until user initiated changes
// occur.
const char kSyncDisableDeferredStartup[] = "sync-disable-deferred-startup";

Powered by Google App Engine
This is Rietveld 408576698