| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 8d55f4ae8f5198471ab17bf42fb78b5dcbe64a78..ccbba43644ce12463d6b8b262e29d352eea83144 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1173,8 +1173,8 @@ const char kCompressSystemFeedback[] = "compress-sys-feedback";
|
| // switch separates chrome code from the rest of ChromeOS.
|
| const char kForceStubLibcros[] = "force-stub-libcros";
|
|
|
| -// Disables DOMUI menu and use gtk menu instead.
|
| -const char kDisableDOMUIMenu[] = "disable-domui-menu";
|
| +// Enables DOMUI menu.
|
| +const char kEnableDOMUIMenu[] = "enable-domui-menu";
|
|
|
| #endif
|
|
|
|
|