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"; |