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

Unified Diff: chrome/browser/chrome_browser_main_mac.mm

Issue 10534027: Sign Chrome with the new Apple Developer ID certificate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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
« no previous file with comments | « no previous file | chrome/chrome_installer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main_mac.mm
===================================================================
--- chrome/browser/chrome_browser_main_mac.mm (revision 140795)
+++ chrome/browser/chrome_browser_main_mac.mm (working copy)
@@ -89,9 +89,7 @@
// have to run again.
//
// This is kicked off by a special stub executable during an automatic
- // update. See chrome/installer/mac/keychain_reauthorize_main.cc. This is
- // done during update installation in additon to browser app launch to
- // help reauthorize Keychain items for users who never restart Chrome.
+ // update. See chrome/installer/mac/keychain_reauthorize_main.cc.
chrome::browser::mac::KeychainReauthorizeIfNeeded(
kKeychainReauthorizeAtUpdatePref, kKeychainReauthorizeAtUpdateMaxTries);
@@ -179,13 +177,6 @@
// |-application:openFiles:|, since we already handle them directly.
[[NSUserDefaults standardUserDefaults]
setObject:@"NO" forKey:@"NSTreatUnknownArgumentsAsOpen"];
-
- // Do Keychain reauthorization at browser app launch. This gets two chances
- // to run. If the first try doesn't complete successfully (crashes or is
- // interrupted for any reason), there will be a second chance. Once this
- // step completes successfully, it should never have to run again.
- chrome::browser::mac::KeychainReauthorizeIfNeeded(
- kKeychainReauthorizeAtLaunchPref, kKeychainReauthorizeAtLaunchMaxTries);
}
void ChromeBrowserMainPartsMac::DidEndMainMessageLoop() {
« no previous file with comments | « no previous file | chrome/chrome_installer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698