| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index f186abc26161fe71d359ca678c599a18e29ee2ab..15b99aa63a579b62f171670311768a8fe8cd26eb 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -437,6 +437,10 @@ const char kEnablePreparsedJsCaching[] = "enable-preparsed-js-caching";
|
| const char kEnableRegionBasedColumns[] =
|
| "enable-region-based-columns";
|
|
|
| +// Replaces renderer-browser IPC channel with ChnanelMojo.
|
| +const char kEnableRendererMojoChannel[] =
|
| + "enable-renderer-mojo-channel";
|
| +
|
| // Enables targeted style recalculation optimizations.
|
| const char kEnableTargetedStyleRecalc[] =
|
| "enable-targeted-style-recalc";
|
|
|