Chromium Code Reviews| Index: chrome/browser/about_flags.cc |
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
| index c89bb6d6678fdf2bcc92e977bf187162023a5a19..e0e5fb32d55004c7f85fab07dd69aa0c528d21ba 100644 |
| --- a/chrome/browser/about_flags.cc |
| +++ b/chrome/browser/about_flags.cc |
| @@ -1831,6 +1831,13 @@ const Experiment kExperiments[] = { |
| kOsDesktop, |
| SINGLE_VALUE_TYPE(switches::kEnableAppsShowOnFirstPaint) |
| }, |
| + { |
| + "disable-enhanced-bookmarks", |
|
Yaron
2013/11/20 01:40:05
Seems like this would show always though. Can we r
yefimt
2013/11/21 22:40:39
Done.
|
| + IDS_FLAGS_DISABLE_ENHANCED_BOOKMARKS_NAME, |
| + IDS_FLAGS_DISABLE_ENHANCED_BOOKMARKS_DESCRIPTION, |
| + kOsDesktop, |
| + SINGLE_VALUE_TYPE_AND_VALUE(switches::kDisableEnhancedBookmarks, "1") |
| + }, |
|
Finnur
2013/11/20 13:55:15
I think we should strive towards having only enabl
yefimt
2013/11/21 22:40:39
Done.
|
| }; |
| const Experiment* experiments = kExperiments; |