| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index d816fd8cc193e13ad486e21932bfb0cb404e98ee..0bb7ff9dc0eb09f282f118a48856d21c2619d86a 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -641,11 +641,6 @@ 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.
|
| -const char kEnableMemoryInfo[] = "enable-memory-info";
|
| -
|
| // Enables metrics recording and reporting in the browser startup sequence, as
|
| // if this was an official Chrome build where the user allowed metrics
|
| // reporting. This is used for testing only.
|
|
|