Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index ea672e71ccfe35b7830b38fe1df8c2ea2067114f..ac2a2bf4309ab1b053a439dff5cd3cc711c4e549 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"; |