Index: chrome/common/chrome_switches.h |
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h |
index b665483919460a36ac5d60c5b75636a640ebff71..febd751b8ffd6015e6ce02aafd8eb3db2ede5f91 100644 |
--- a/chrome/common/chrome_switches.h |
+++ b/chrome/common/chrome_switches.h |
@@ -382,7 +382,8 @@ extern const char kSyncNotificationHostPort[]; |
extern const char kSyncServiceURL[]; |
extern const char kSyncThrowUnrecoverableError[]; |
extern const char kSyncTrySsltcpFirstForXmpp[]; |
-extern const char kSyncEnableDeferredStartup[]; |
+extern const char kSyncDisableDeferredStartup[]; |
+extern const char kSyncDeferredStartupTimeoutSeconds[]; |
extern const char kSyncEnableGetUpdateAvoidance[]; |
extern const char kSyncfsEnableDirectoryOperation[]; |
extern const char kTabCapture[]; |