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

Unified Diff: chrome/browser/ui/cocoa/profiles/profile_menu_controller.h

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
Index: chrome/browser/ui/cocoa/profiles/profile_menu_controller.h
diff --git a/chrome/browser/ui/cocoa/profiles/profile_menu_controller.h b/chrome/browser/ui/cocoa/profiles/profile_menu_controller.h
index 91d74be49b92d6b8d47306743ac135dc9913eb5f..42c3b53251ff2b61f18ef2748d5a773c5f8895e3 100644
--- a/chrome/browser/ui/cocoa/profiles/profile_menu_controller.h
+++ b/chrome/browser/ui/cocoa/profiles/profile_menu_controller.h
@@ -29,7 +29,7 @@ class Observer;
scoped_ptr<ProfileMenuControllerInternal::Observer> observer_;
// The main menu item to which the profile menu is attached.
- __weak NSMenuItem* mainMenuItem_;
+ NSMenuItem* mainMenuItem_; // weak
}
// Designated initializer.

Powered by Google App Engine
This is Rietveld 408576698