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

Unified Diff: views/controls/menu/menu_config.h

Issue 7825024: For Touch: remove some menu items for experimentation, adjust sizes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: copyright Created 9 years, 3 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/chrome_browser.gypi ('k') | views/controls/menu/menu_config.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/controls/menu/menu_config.h
diff --git a/views/controls/menu/menu_config.h b/views/controls/menu/menu_config.h
index 3c566e83411d09685d1b72eace91f6e7843182a3..001fdfe0ec5001f4058d5c133f766a2457d51990 100644
--- a/views/controls/menu/menu_config.h
+++ b/views/controls/menu/menu_config.h
@@ -88,6 +88,9 @@ struct VIEWS_EXPORT MenuConfig {
// accelerator.
int label_to_accelerator_padding;
+ // Whether the keyboard accelerators are visible.
+ bool show_accelerators;
+
private:
// Creates and configures a new MenuConfig as appropriate for the current
// platform.
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | views/controls/menu/menu_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698