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

Unified Diff: chrome/browser/ui/cocoa/apps/app_shim_menu_controller_mac.h

Issue 23005021: Replicate standard menus for apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync and rebase Created 7 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
« no previous file with comments | « chrome/app/nibs/MainMenu.xib ('k') | chrome/browser/ui/cocoa/apps/app_shim_menu_controller_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/apps/app_shim_menu_controller_mac.h
diff --git a/chrome/browser/ui/cocoa/apps/app_shim_menu_controller_mac.h b/chrome/browser/ui/cocoa/apps/app_shim_menu_controller_mac.h
index d8572b84f8a2d4465772771cb09fb54ba301226e..6346b793e006fade0d57d7ee1a63133a33394ea4 100644
--- a/chrome/browser/ui/cocoa/apps/app_shim_menu_controller_mac.h
+++ b/chrome/browser/ui/cocoa/apps/app_shim_menu_controller_mac.h
@@ -21,8 +21,11 @@
base::scoped_nsobject<NSString> appId_;
// A reference to the "Quit Chrome" menu item.
base::scoped_nsobject<NSMenuItem> chromeMenuQuitItem_;
- // A menu item for the currently focused packaged app.
+ // Menu items for the currently focused packaged app.
base::scoped_nsobject<NSMenuItem> appMenuItem_;
+ base::scoped_nsobject<NSMenuItem> fileMenuItem_;
+ base::scoped_nsobject<NSMenuItem> editMenuItem_;
+ base::scoped_nsobject<NSMenuItem> windowMenuItem_;
}
@end
« no previous file with comments | « chrome/app/nibs/MainMenu.xib ('k') | chrome/browser/ui/cocoa/apps/app_shim_menu_controller_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698