Chromium Code Reviews| Index: content/public/common/content_switches.cc |
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
| index 07d6862a1881cd7ebddd283aa7e111b596dd2437..3c603f0b5974b5b2747f6e8df9ff83079f71896b 100644 |
| --- a/content/public/common/content_switches.cc |
| +++ b/content/public/common/content_switches.cc |
| @@ -478,6 +478,11 @@ const char kEnableLogging[] = "enable-logging"; |
| // Enables the memory benchmarking extension |
| const char kEnableMemoryBenchmarking[] = "enable-memory-benchmarking"; |
| +// 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"; |
|
kinuko
2014/02/28 05:26:12
If you think kEnableMemoryInfo switch should live
|
| + |
| // On Windows, converts the page to the currently-installed monitor profile. |
| // This does NOT enable color management for images. The source is still |
| // assumed to be sRGB. |