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

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

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 | « views/controls/menu/menu_config.h ('k') | views/controls/menu/menu_config_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/controls/menu/menu_config.cc
diff --git a/views/controls/menu/menu_config.cc b/views/controls/menu/menu_config.cc
index d3c510d942472a5e0e080c262581a49b53650973..0f77921a6aecdd452a1d6f23d32805f09bdf9fd3 100644
--- a/views/controls/menu/menu_config.cc
+++ b/views/controls/menu/menu_config.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -32,7 +32,8 @@ MenuConfig::MenuConfig()
render_gutter(false),
show_mnemonics(false),
scroll_arrow_height(3),
- label_to_accelerator_padding(10) {
+ label_to_accelerator_padding(10),
+ show_accelerators(true) {
}
MenuConfig::~MenuConfig() {}
« no previous file with comments | « views/controls/menu/menu_config.h ('k') | views/controls/menu/menu_config_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698