| Index: components/ntp_tiles/switches.cc
|
| diff --git a/components/ntp_tiles/switches.cc b/components/ntp_tiles/switches.cc
|
| index 6a76ba144317adfe7c18aa59a96ed504660abcac..84784741d5b2c8e57274af529880896650ed57a8 100644
|
| --- a/components/ntp_tiles/switches.cc
|
| +++ b/components/ntp_tiles/switches.cc
|
| @@ -18,5 +18,11 @@ const char kEnableNTPPopularSites[] = "enable-ntp-popular-sites";
|
| // Disables showing popular sites on the NTP.
|
| const char kDisableNTPPopularSites[] = "disable-ntp-popular-sites";
|
|
|
| +// Enables showing baked-in popular sites and their icons on the NTP.
|
| +const char kEnableNTPBakedInSites[] = "enable-ntp-baked-in-sites";
|
| +
|
| +// Disables showing baked-in popular sites and their icons on the NTP.
|
| +const char kDisableNTPBakedInSites[] = "disable-ntp-baked-in-sites";
|
| +
|
| } // namespace switches
|
| } // namespace ntp_tiles
|
|
|