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

Unified Diff: chrome/browser/ui/cocoa/wrench_menu/wrench_menu_controller.mm

Issue 1407103008: mac: Stop using __weak. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 1 month 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 | « chrome/browser/ui/cocoa/wrench_menu/wrench_menu_controller.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/wrench_menu/wrench_menu_controller.mm
diff --git a/chrome/browser/ui/cocoa/wrench_menu/wrench_menu_controller.mm b/chrome/browser/ui/cocoa/wrench_menu/wrench_menu_controller.mm
index 467be2a12dd3af3120a8abc4b1b0fd34bd10ca72..d3ca0910329f1a56794ac5411a1625776b03e53f 100644
--- a/chrome/browser/ui/cocoa/wrench_menu/wrench_menu_controller.mm
+++ b/chrome/browser/ui/cocoa/wrench_menu/wrench_menu_controller.mm
@@ -573,6 +573,7 @@ class ToolbarActionsBarObserverHelper : public ToolbarActionsBarObserver {
- (id)initWithController:(WrenchMenuController*)controller {
if ((self = [super initWithNibName:@"WrenchMenu"
bundle:base::mac::FrameworkBundle()])) {
+ propertyReleaser_.Init(self, [WrenchMenuButtonViewController class]);
controller_ = controller;
[[NSNotificationCenter defaultCenter]
addObserver:self
« no previous file with comments | « chrome/browser/ui/cocoa/wrench_menu/wrench_menu_controller.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698