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

Unified Diff: trunk/src/chrome/browser/mac/keystone_glue.mm

Issue 141583005: Back out trunk r245361. (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 11 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 | trunk/src/chrome/browser/mac/keystone_glue_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/mac/keystone_glue.mm
===================================================================
--- trunk/src/chrome/browser/mac/keystone_glue.mm (revision 245602)
+++ trunk/src/chrome/browser/mac/keystone_glue.mm (working copy)
@@ -555,11 +555,7 @@
[self updateStatus:kAutoupdateChecking version:nil];
- // All checks from inside Chrome are considered user-initiated, because they
- // only happen following a user action, such as visiting the about page.
- // Non-user-initiated checks are the periodic checks automatically made by
- // Keystone, which don't come through this code path (or even this process).
- [registration_ checkForUpdateWasUserInitiated:YES];
+ [registration_ checkForUpdate];
// Upon completion, ksr::KSRegistrationCheckForUpdateNotification will be
// posted, and -checkForUpdateComplete: will be called.
« no previous file with comments | « no previous file | trunk/src/chrome/browser/mac/keystone_glue_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698