Index: chrome/browser/chrome_browser_main_mac.mm |
diff --git a/chrome/browser/chrome_browser_main_mac.mm b/chrome/browser/chrome_browser_main_mac.mm |
index 07f250ca5e501771105b3b6a1b777fd281f6229a..83c1c06cd9a9f37bc0f747264f7193640aa7e168 100644 |
--- a/chrome/browser/chrome_browser_main_mac.mm |
+++ b/chrome/browser/chrome_browser_main_mac.mm |
@@ -32,13 +32,6 @@ |
namespace { |
-// This preference is used to track whether the KeychainReauthorize operation |
-// has occurred at launch. This operation only makes sense while the |
-// application continues to be signed by the old certificate. |
-NSString* const kKeychainReauthorizeAtLaunchPref = |
- @"KeychainReauthorizeInAppMay2012"; |
-const int kKeychainReauthorizeAtLaunchMaxTries = 2; |
- |
// Some users rarely restart Chrome, so they might never get a chance to run |
// the at-launch KeychainReauthorize. To account for them, there's also an |
// at-update KeychainReauthorize option, which runs from .keystone_install for |