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

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

Issue 382333002: Introduce ChannelMojo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 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";

Powered by Google App Engine
This is Rietveld 408576698