diff options
-rw-r--r-- | chrome/common/chrome_switches.cc | 3 | ||||
-rw-r--r-- | chrome/common/chrome_switches.h | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index e3e9522..c71f686 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. diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 0c2722f..c9ef288 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -182,7 +182,6 @@ extern const char kEnableHttp2Draft04[]; extern const char kEnableWebBasedSignin[]; extern const char kEnableIPv6[]; extern const char kEnableLinkableEphemeralApps[]; -extern const char kEnableLocalFirstLoadNTP[]; extern const char kEnableManagedStorage[]; extern const char kEnableMemoryInfo[]; extern const char kEnableMetricsReportingForTesting[]; |