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

Unified Diff: chrome/common/chrome_switches.cc

Issue 15421011: Use OAuth2 token for sync (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 7 years, 6 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | google_apis/gaia/gaia_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | google_apis/gaia/gaia_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698