| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 2eba7f41a2b054c6e097b5d698be63ac16990f2b..bbc7f0bd7eb6b1f9508636268714d98b24c6737c 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -627,9 +627,6 @@ const char kEnableIPv6[] = "enable-ipv6";
|
| // Enables experimentation with launching ephemeral apps via hyperlinks.
|
| const char kEnableLinkableEphemeralApps[] = "enable-linkable-ephemeral-apps";
|
|
|
| -// Enable always using the local NTP for the first NTP load of a new window.
|
| -const char kEnableLocalFirstLoadNTP[] = "enable-local-first-load-ntp";
|
| -
|
| // Make the values returned to window.performance.memory more granular and more
|
| // up to date. Without this flag, the memory information is still available, but
|
| // it is bucketized and updated less frequently.
|
|
|