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

Unified Diff: chrome/browser/cocoa/delayedmenu_button.h

Issue 2973004: [Mac]Implement ViewID support. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Turns out that, it's not a good solution. Created 10 years, 5 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 | « chrome/browser/cocoa/button_with_viewid.mm ('k') | chrome/browser/cocoa/download_shelf_view.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/delayedmenu_button.h
diff --git a/chrome/browser/cocoa/delayedmenu_button.h b/chrome/browser/cocoa/delayedmenu_button.h
index 45cc85675048f01ae5a9fe9d478ddfd301c6dd7f..1cf72c595549b1e8c5e35067c09a4586da605753 100644
--- a/chrome/browser/cocoa/delayedmenu_button.h
+++ b/chrome/browser/cocoa/delayedmenu_button.h
@@ -8,8 +8,9 @@
#import <Cocoa/Cocoa.h>
#include "base/scoped_nsobject.h"
+#import "chrome/browser/cocoa/button_with_viewid.h"
-@interface DelayedMenuButton : NSButton {
+@interface DelayedMenuButton : ButtonWithViewID {
NSMenu* attachedMenu_; // Strong (retained).
BOOL attachedMenuEnabled_;
scoped_nsobject<NSPopUpButtonCell> popUpCell_;
« no previous file with comments | « chrome/browser/cocoa/button_with_viewid.mm ('k') | chrome/browser/cocoa/download_shelf_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698