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. |