| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index d1b5f61fefe7aa23dc281fc3517d05ff0fa8b538..c801a84b162a65349d0760e322de2af0559ae76b 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -319,6 +319,9 @@ const char kEnableGestureTapHighlight[] = "enable-gesture-tap-highlight";
|
| // Enables the GPU benchmarking extension
|
| const char kEnableGpuBenchmarking[] = "enable-gpu-benchmarking";
|
|
|
| +// Enables the memory benchmarking extension
|
| +const char kEnableMemoryBenchmarking[] = "enable-memory-benchmarking";
|
| +
|
| // Force logging to be enabled. Logging is disabled by default in release
|
| // builds.
|
| const char kEnableLogging[] = "enable-logging";
|
|
|