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

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: Rebased 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/sync_util.h » ('j') | 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 d9c1114f6757eab55597700f12d3eccaa93dd7ef..44e76458c96e4675e0bacb7f0240b209c00e6299 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1056,36 +1056,6 @@ const char kSupervisedUserSafeSites[] = "supervised-user-safesites";
// Setting this switch also causes Sync to be set up for a supervised user.
const char kSupervisedUserSyncToken[] = "managed-user-sync-token";
-// This flag causes sync to retry very quickly (see polling_constants.h) the
-// when it encounters an error, as the first step towards exponential backoff.
-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";
-
-// Allows overriding the deferred init fallback timeout.
-const char kSyncDeferredStartupTimeoutSeconds[] =
- "sync-deferred-startup-timeout-seconds";
-
-// Enables feature to avoid unnecessary GetUpdate requests.
-const char kSyncEnableGetUpdateAvoidance[] =
- "sync-enable-get-update-avoidance";
-
-// Enables clearing of sync data when a user enables passphrase encryption.
-const char kSyncEnableClearDataOnPassphraseEncryption[] =
- "enable-clear-sync-data-on-passphrase-encryption";
-
-// Disable data backup when user's not signed in.
-const char kSyncDisableBackup[] = "disable-sync-backup";
-
-// Disable sync rollback.
-const char kSyncDisableRollback[] = "disable-sync-rollback";
-
// Frequency in Milliseconds for system log uploads. Should only be used for
// testing purposes.
const char kSystemLogUploadFrequency[] = "system-log-upload-frequency";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/sync_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698