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

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

Issue 3177001: Merge 54804 - [Mac] Enable click-drag-release behavior in the Wrench menu's c... (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
Index: chrome/browser/cocoa/wrench_menu_controller.h
===================================================================
--- chrome/browser/cocoa/wrench_menu_controller.h (revision 55631)
+++ chrome/browser/cocoa/wrench_menu_controller.h (working copy)
@@ -10,6 +10,7 @@
#import "base/cocoa_protocols_mac.h"
#import "chrome/browser/cocoa/menu_controller.h"
+@class MenuTrackedRootView;
@class ToolbarController;
class WrenchMenuModel;
@@ -22,10 +23,12 @@
// This object is instantiated in Toolbar.xib and is configured by the
// ToolbarController.
@interface WrenchMenuController : MenuController <NSMenuDelegate> {
- IBOutlet NSView* editItem_;
- IBOutlet NSSegmentedControl* editControl_;
+ IBOutlet MenuTrackedRootView* editItem_;
+ IBOutlet NSButton* editCut_;
+ IBOutlet NSButton* editCopy_;
+ IBOutlet NSButton* editPaste_;
- IBOutlet NSView* zoomItem_;
+ IBOutlet MenuTrackedRootView* zoomItem_;
IBOutlet NSButton* zoomPlus_;
IBOutlet NSButton* zoomDisplay_;
IBOutlet NSButton* zoomMinus_;
« no previous file with comments | « chrome/browser/cocoa/menu_tracked_root_view_unittest.mm ('k') | chrome/browser/cocoa/wrench_menu_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698