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

Unified Diff: chrome/common/chrome_switches.cc

Issue 10837231: sync: add InternalComponentsFactory::Switches to simplify passing switches to internal components. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: pass switches in test_profile_sync_service.cc Created 8 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 519d3aec5e5445a8a496142d304b4045b49daf7d..f3b12a8391b485165758e2fb9889de2c7ae26964 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1261,6 +1261,11 @@ const char kSyncInvalidateXmppLogin[] = "sync-invalidate-xmpp-login";
// Enable support for keystore key based encryption.
const char kSyncKeystoreEncryption[] = "sync-keystore-encryption";
+// 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 notification method for sync.
const char kSyncNotificationMethod[] = "sync-notification-method";

Powered by Google App Engine
This is Rietveld 408576698