| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index e2f011574cb00d2087cedeb6c1b0fbb6c2c7e5b9..4dfefa5aee3ba9c931de3a21ff7548748e400bac 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";
|
|
|
|
|