| 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() {}
|
|
|