| Index: content/public/common/content_switches.cc
|
| ===================================================================
|
| --- content/public/common/content_switches.cc (revision 182155)
|
| +++ content/public/common/content_switches.cc (working copy)
|
| @@ -298,6 +298,9 @@
|
| const char kEnableExperimentalWebKitFeatures[] =
|
| "enable-experimental-webkit-features";
|
|
|
| +// Enables the threaded HTML parser in WebKit
|
| +const char kEnableThreadedHTMLParser[] = "enable-threaded-html-parser";
|
| +
|
| // Enables the fastback page cache.
|
| const char kEnableFastback[] = "enable-fastback";
|
|
|
|
|