Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index da41f9240ab7674a3310243613746d94ed4ee9de..071b3e41657c77e8b1894919f0c01f2e29872b71 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1598,9 +1598,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. |