| 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";
|
|
|
|
|