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

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

Issue 2884243003: Add a mojo channel for frame messages. (Closed)
Patch Set: Use WeakPtr inside FrameInputHandlerImpl, add comments Created 3 years, 7 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 224c03243d067c2ea952583fff28cb72c3617eb3..2d2d711f2f5bb00ed7e38768cd35174210541e54 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -646,6 +646,9 @@ const char kMHTMLGeneratorOption[] = "mhtml-generator-option";
const char kMHTMLSkipNostoreMain[] = "skip-nostore-main";
const char kMHTMLSkipNostoreAll[] = "skip-nostore-all";
+// Use Mojo-based Input Event routing.
+const char kMojoInputMessages[] = "mojo-input-messages";
+
// Use a Mojo-based LocalStorage implementation.
const char kMojoLocalStorage[] = "mojo-local-storage";

Powered by Google App Engine
This is Rietveld 408576698