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

Unified Diff: chrome/common/chrome_switches.cc

Issue 176583002: [OS X] Wire up --use-mock-keychain command line flag to encryptor module (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index d816fd8cc193e13ad486e21932bfb0cb404e98ee..87cdaa876154dcf8db655a4472fbf86f773fc91a 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1603,9 +1603,6 @@ const char kKeychainReauthorize[] = "keychain-reauthorize";
// chrome/browser/mac/relauncher.h.
const char kRelauncherProcess[] = "relauncher";
-// Uses mock keychain for testing purposes, which prevents blocking dialogs
-// from causing timeouts.
-const char kUseMockKeychain[] = "use-mock-keychain";
#endif
// Use bubbles for content permissions requests instead of infobars.

Powered by Google App Engine
This is Rietveld 408576698