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

Unified Diff: chrome/browser/tab_menu_model.cc

Issue 2475002: Initial cut at scaffolding for mac sidetabs. No visible changes to browser wi... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 7 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
Index: chrome/browser/tab_menu_model.cc
===================================================================
--- chrome/browser/tab_menu_model.cc (revision 48662)
+++ chrome/browser/tab_menu_model.cc (working copy)
@@ -19,11 +19,9 @@
bool TabMenuModel::AreVerticalTabsEnabled() {
#if defined(OS_CHROMEOS)
return true;
-#elif defined(TOOLKIT_VIEWS)
+#elif defined(TOOLKIT_VIEWS) || defined(OS_MACOSX)
return CommandLine::ForCurrentProcess()->HasSwitch(
switches::kEnableVerticalTabs);
-#else
- return false;
#endif
}

Powered by Google App Engine
This is Rietveld 408576698