| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 4df9c3ce43b3d3452a08f8582b6abbbb37dc6321..061b2d739d5edce50da81f46f7d83987bf53b867 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -376,6 +376,9 @@ const char kEnableGPURendering[] = "enable-gpu-rendering";
|
| // builds.
|
| const char kEnableLogging[] = "enable-logging";
|
|
|
| +// Is match preview enabled?
|
| +const char kEnableMatchPreview[] = "enable-match-preview";
|
| +
|
| // Allows reporting memory info (JS heap size) to page.
|
| const char kEnableMemoryInfo[] = "enable-memory-info";
|
|
|
|
|