Chromium Code Reviews| Index: chrome/browser/about_flags.cc |
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
| index 5fdcde9e112fd7d96840b6ba37a5e17d14400a95..7c61920eb5ab8fb914fa966cf465f9e5241261da 100644 |
| --- a/chrome/browser/about_flags.cc |
| +++ b/chrome/browser/about_flags.cc |
| @@ -755,6 +755,13 @@ const Experiment kExperiments[] = { |
| SINGLE_VALUE_TYPE(switches::kEnableNewOobe), |
| }, |
| #endif |
| + { |
| + "enable-tab-mru-switch", |
| + IDS_FLAGS_ENABLE_TAB_MRU_SWITCH, |
| + IDS_FLAGS_ENABLE_TAB_MRU_SWITCH_DESCRIPTION, |
| + kOsAll, |
|
sky
2012/06/11 18:21:51
It looks like you only wired this up on linux.
NaveenBobbili (Motorola)
2012/06/13 06:07:32
Done.
|
| + SINGLE_VALUE_TYPE(switches::kEnableTabMRUSwitch), |
| + }, |
| }; |
| const Experiment* experiments = kExperiments; |