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

Unified Diff: chrome/common/chrome_switches.cc

Issue 500120: Added switch to invalidate sync login. (Closed)
Patch Set: synced to head Created 11 years 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') | no next file » | 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 f29433d7398ca3df214fe42bf6c6cf4edecdc75c..ea5208d665e8b5639ec32ccf4e5475360b457238 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -319,6 +319,12 @@ const char kInternalNaCl[] = "internal-nacl";
// Runs a trusted Pepper plugin inside the renderer process.
const char kInternalPepper[] = "internal-pepper";
+#ifndef NDEBUG
+// Makes sure any sync login attempt will fail with an error. (Only
+// used for testing.)
+const char kInvalidateSyncLogin[] = "invalidate-sync-login";
+#endif
+
// Specifies the flags passed to JS engine
const char kJavaScriptFlags[] = "js-flags";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698