| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 728089829c46bd1c41eeee09243d0524a6afc4f6..30b44c61e23a654c1718c36f74337c3632e80590 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -43,6 +43,7 @@
|
| #include "components/flags_ui/flags_storage.h"
|
| #include "components/flags_ui/flags_ui_switches.h"
|
| #include "components/nacl/common/nacl_switches.h"
|
| +#include "components/ntp_tiles/switches.h"
|
| #include "components/offline_pages/offline_page_feature.h"
|
| #include "components/omnibox/browser/omnibox_switches.h"
|
| #include "components/password_manager/core/common/password_manager_features.h"
|
| @@ -1593,8 +1594,8 @@ const FeatureEntry kFeatureEntries[] = {
|
| #if defined(OS_ANDROID)
|
| {"enable-ntp-popular-sites", IDS_FLAGS_NTP_POPULAR_SITES_NAME,
|
| IDS_FLAGS_NTP_POPULAR_SITES_DESCRIPTION, kOsAndroid,
|
| - ENABLE_DISABLE_VALUE_TYPE(switches::kEnableNTPPopularSites,
|
| - switches::kDisableNTPPopularSites)},
|
| + ENABLE_DISABLE_VALUE_TYPE(ntp_tiles::switches::kEnableNTPPopularSites,
|
| + ntp_tiles::switches::kDisableNTPPopularSites)},
|
| {"ntp-switch-to-existing-tab", IDS_FLAGS_NTP_SWITCH_TO_EXISTING_TAB_NAME,
|
| IDS_FLAGS_NTP_SWITCH_TO_EXISTING_TAB_DESCRIPTION, kOsAndroid,
|
| MULTI_VALUE_TYPE(kNtpSwitchToExistingTabChoices)},
|
|
|