Chromium Code Reviews| 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, |