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

Unified Diff: chrome/browser/wrench_menu_model.cc

Issue 3034021: Use check item for side tab menu. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: " Created 10 years, 5 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/browser/views/toolbar_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/wrench_menu_model.cc
diff --git a/chrome/browser/wrench_menu_model.cc b/chrome/browser/wrench_menu_model.cc
index 1dd1414b8aabca20c4ff9968554b6c2442fad096..c48b973e68ee7ec3e1b0fe360fdfedfb93ba704a 100644
--- a/chrome/browser/wrench_menu_model.cc
+++ b/chrome/browser/wrench_menu_model.cc
@@ -309,8 +309,8 @@ void WrenchMenuModel::Build() {
#endif
#if defined(OS_CHROMEOS)
- AddItemWithStringId(IDC_TOGGLE_VERTICAL_TABS,
- IDS_TAB_CXMENU_USE_VERTICAL_TABS);
+ AddCheckItemWithStringId(IDC_TOGGLE_VERTICAL_TABS,
+ IDS_TAB_CXMENU_USE_VERTICAL_TABS);
#endif
// On Mac, there is no About item unless it is replaced with the update
« no previous file with comments | « chrome/browser/views/toolbar_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698