| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 341537775997c7107ed76ac4e0798330ac29e266..988476238b74dc7880453efa87e1b35c5ba3027f 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -281,6 +281,9 @@ const char kDisableMinimizeOnSecondLauncherItemClick[] =
|
| // Disables the new bookmark app system.
|
| const char kDisableNewBookmarkApps[] = "disable-new-bookmark-apps";
|
|
|
| +// Disables showing popular sites on the NTP.
|
| +const char kDisableNTPPopularSites[] = "disable-ntp-popular-sites";
|
| +
|
| // Disable auto-reload of error pages if offline.
|
| const char kDisableOfflineAutoReload[] = "disable-offline-auto-reload";
|
|
|
| @@ -470,6 +473,9 @@ const char kEnableNetBenchmarking[] = "enable-net-benchmarking";
|
| // Enables the new bookmark app system.
|
| const char kEnableNewBookmarkApps[] = "enable-new-bookmark-apps";
|
|
|
| +// Enables showing popular sites on the NTP.
|
| +const char kEnableNTPPopularSites[] = "enable-ntp-popular-sites";
|
| +
|
| // Enable auto-reload of error pages if offline.
|
| const char kEnableOfflineAutoReload[] = "enable-offline-auto-reload";
|
|
|
|
|