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

Unified Diff: chrome/common/chrome_switches.cc

Issue 6894027: Initial refactoring complete Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fixed some tests that were broken by previous refactoring Created 9 years, 8 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') | chrome/common/net/gaia/authentication_consumer.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 c6b099ab467d004f5d6b60b47b2131695cc55831..811ed1b9577b81b9d638c6a29669f3f6d49cf4df 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -530,6 +530,9 @@ const char kEnableSync[] = "enable-sync";
// Enable syncing browser autofill.
const char kEnableSyncAutofill[] = "enable-sync-autofill";
+// Enable Sync to use OAuth instead of ClientLogin
+const char kEnableSyncOAuth[] = "enable-sync-oauth";
+
// Enable syncing browser sessions.
const char kEnableSyncSessions[] = "enable-sync-sessions";
@@ -1188,6 +1191,10 @@ const char kKeepMouseCursor[] = "keep-mouse-cursor";
#endif
#ifndef NDEBUG
+// Clear the authentication service before using it. This allows simulating
+// the expiration of credentials during testing.
+const char kClearAuthenticationService[] = "clear-authentication-service";
+
// Clear the token service before using it. This allows simulating
// the expiration of credentials during testing.
const char kClearTokenService[] = "clear-token-service";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/net/gaia/authentication_consumer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698