Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Unified Diff: content/public/common/content_switches.cc

Issue 382333002: Introduce ChannelMojo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698