Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index f5bda992cd900727ea9e87e10da75126b25af742..44613b1595bc225f62b928d2ebd6750741532d0a 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1387,6 +1387,10 @@ const char kSyncTrySsltcpFirstForXmpp[] = "sync-try-ssltcp-first-for-xmpp"; |
// occur. |
const char kSyncEnableDeferredStartup[] = "sync-enable-deferred-startup"; |
+// Disables use of OAuth2 token in sync components and reverts behavior to |
+// ClientLogin token. |
+const char kSyncDisableOAuth2Token[] = "sync-disable-oauth2-token"; |
+ |
// Enables directory support for sync filesystem |
const char kSyncfsEnableDirectoryOperation[] = |
"enable-syncfs-directory-operation"; |