| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 7a315a1ee92772e1c034df885b4aaa8e29b9e76b..a9514540bc641086b9f71f7cd62dc45a52066914 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -1810,6 +1810,11 @@ const FeatureEntry kFeatureEntries[] = {
|
| IDS_FLAG_ENABLE_TAB_FOR_DESKTOP_SHARE_DESCRIPTION, kOsAll,
|
| SINGLE_VALUE_TYPE(extensions::switches::kEnableTabForDesktopShare)}
|
| #endif
|
| +#if defined(OS_ANDROID)
|
| + {"enable-ntp-snippets", IDS_FLAGS_ENABLE_NTP_SNIPPETS_NAME,
|
| + IDS_FLAGS_ENABLE_NTP_SNIPPETS_DESCRIPTION, kOsAndroid,
|
| + FEATURE_VALUE_TYPE(chrome::android::kNTPSnippetsFeature)},
|
| +#endif // defined(OS_ANDROID)
|
| // NOTE: Adding new command-line switches requires adding corresponding
|
| // entries to enum "LoginCustomFlags" in histograms.xml. See note in
|
| // histograms.xml and don't forget to run AboutFlagsHistogramTest unit test.
|
|
|