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

Unified Diff: chrome/browser/cocoa/toolbar_controller.mm

Issue 3139003: Merge 55568 - [Mac] Insert the Update Chrome item to existing Wrench menus wh... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/472/src/
Patch Set: Created 10 years, 4 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/browser/cocoa/wrench_menu_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/toolbar_controller.mm
===================================================================
--- chrome/browser/cocoa/toolbar_controller.mm (revision 55582)
+++ chrome/browser/cocoa/toolbar_controller.mm (working copy)
@@ -569,6 +569,8 @@
[overlayImage unlockFocus];
[[wrenchButton_ cell] setOverlayImage:overlayImage];
+
+ [wrenchMenuController_ insertUpdateAvailableItem];
}
- (void)prefChanged:(std::wstring*)prefName {
« no previous file with comments | « no previous file | chrome/browser/cocoa/wrench_menu_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698