Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 93a192373a08c50259e1ee01e87757eceae83120..642736f37abe654ceaa65de692d15c14dd4e7200 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1379,6 +1379,9 @@ const char kSyncTrySsltcpFirstForXmpp[] = "sync-try-ssltcp-first-for-xmpp"; |
// occur. |
const char kSyncEnableDeferredStartup[] = "sync-enable-deferred-startup"; |
+// Enables use of OAuth2 token in sync components instead of ClientLogin token. |
+const char kSyncEnableOAuth2Token[] = "sync-enable-oauth2-token"; |
+ |
// Enables directory support for sync filesystem |
const char kSyncfsEnableDirectoryOperation[] = |
"enable-syncfs-directory-operation"; |