summaryrefslogtreecommitdiffstats
path: root/chrome/browser/about_flags.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/about_flags.cc')
-rw-r--r--chrome/browser/about_flags.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 5cbfecb..f058f9b 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -249,6 +249,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.
+ SINGLE_VALUE_TYPE(switches::kEnableCompactNavigation)
+ },
+ {
"new-tab-page-4",
IDS_FLAGS_NEW_TAB_PAGE_4_NAME,
IDS_FLAGS_NEW_TAB_PAGE_4_DESCRIPTION,