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

Unified Diff: chrome/browser/about_flags.cc

Issue 6913026: Compact Navigation prototype (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 8 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/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index add9d6dc3444e5f09b10a9b6bb2ed4357a3bf53b..30961eed22e66a388295b1ae784ac8e0fc8fca1d 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -245,6 +245,13 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kFocusExistingTabOnOpen)
},
{
+ "compact-navigation",
+ IDS_FLAGS_ENABLE_COMPACT_NAVIGATION,
+ IDS_FLAGS_ENABLE_COMPACT_NAVIGATION_DESCRIPTION,
+ kOsWin, // TODO(stevet): Add other platforms when ready.
sky 2011/05/03 18:38:32 Should this include chromeos?
SteveT 2011/05/06 18:48:43 Not yet. We've only implemented and tested the pro
+ SINGLE_VALUE_TYPE(switches::kEnableCompactNavigation)
+ },
+ {
"new-tab-page-4",
IDS_FLAGS_NEW_TAB_PAGE_4_NAME,
IDS_FLAGS_NEW_TAB_PAGE_4_DESCRIPTION,

Powered by Google App Engine
This is Rietveld 408576698