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

Unified Diff: content/browser/renderer_host/render_process_host_impl.cc

Issue 19220002: [WIP] BufferedInputRouter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix client assignment Created 7 years, 3 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/browser/renderer_host/render_process_host_impl.cc
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
index 0397f3d7d258ad04abf75ca000621eb12f3d400c..576c692e0b949c2e8c51e3b87ec0e66ec2c745b4 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -891,8 +891,8 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
switches::kDomAutomationController,
switches::kEnableAccessibilityLogging,
switches::kEnableBeginFrameScheduling,
- switches::kEnableBrowserInputController,
switches::kEnableBrowserPluginForAllViewTypes,
+ switches::kEnableBufferedInputRouter,
switches::kEnableDCHECK,
switches::kEnableDelegatedRenderer,
switches::kEnableEncryptedMedia,

Powered by Google App Engine
This is Rietveld 408576698