| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index c9097e6f89eaa661100a0573414aa4ebc8a7e229..43536ed7fbcfd0e61f36d0a8d35ec45004b11d1f 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -428,6 +428,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";
|
|
|