Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 1b7a1efd9f92c5ef7b763d09b7d28a306355d36d..1bc2a24ca3067f847094961ecf561f2dc2ac01be 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -425,6 +425,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"; |