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

Unified Diff: chrome/browser/ui/cocoa/app_menu/app_menu_controller.h

Issue 2610923005: Replace ObjCPropertyReleaser with ReleaseProperties() project-wide. (Closed)
Patch Set: Rebase Created 3 years, 7 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/ui/cocoa/app_menu/app_menu_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/app_menu/app_menu_controller.h
diff --git a/chrome/browser/ui/cocoa/app_menu/app_menu_controller.h b/chrome/browser/ui/cocoa/app_menu/app_menu_controller.h
index 5718e87c6dc81215e9eb129b3ce31535e25142f0..b3508a635b1c2b15d626b9230964da14aaf1b5de 100644
--- a/chrome/browser/ui/cocoa/app_menu/app_menu_controller.h
+++ b/chrome/browser/ui/cocoa/app_menu/app_menu_controller.h
@@ -9,7 +9,6 @@
#include <memory>
-#include "base/mac/objc_property_releaser.h"
#import "base/mac/scoped_nsobject.h"
#include "base/time/time.h"
#import "chrome/browser/ui/cocoa/has_weak_browser_pointer.h"
@@ -132,8 +131,6 @@ class ZoomLevelObserver;
MenuTrackedRootView* toolbarActionsOverflowItem_;
BrowserActionsContainerView* overflowActionsContainerView_;
-
- base::mac::ObjCPropertyReleaser propertyReleaser_;
}
@property(retain, nonatomic) IBOutlet MenuTrackedRootView* editItem;
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/app_menu/app_menu_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698