| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 7044813fe72cb9ed517fb0d2c2933a27a83d6fc2..e00ba5d79ca6831402a663fa128de74e3785991d 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -324,9 +324,6 @@ const char kEnableAudibleNotifications[] = "enable-audible-notifications";
|
| // Use a begin frame signal from browser to renderer to schedule rendering.
|
| const char kEnableBeginFrameScheduling[] = "enable-begin-frame-scheduling";
|
|
|
| -// Synchronize delivery and response of input events to and from the renderer.
|
| -const char kEnableBrowserInputController[] = "enable-browser-input-controller";
|
| -
|
| // Enables browser plugin for all types of pages.
|
| const char kEnableBrowserPluginForAllViewTypes[] =
|
| "enable-browser-plugin-for-all-view-types";
|
| @@ -335,6 +332,9 @@ const char kEnableBrowserPluginForAllViewTypes[] =
|
| // kEnableBrowserPluginGuestViews must also be set at this time.
|
| const char kEnableBrowserPluginDragDrop[] = "enable-browser-plugin-drag-drop";
|
|
|
| +// Batch and synchronize input event delivery to and response from the renderer.
|
| +const char kEnableBufferedInputRouter[] = "enable-buffered-input-router";
|
| +
|
| // Enables accelerated scrolling by the compositor for frames. Requires
|
| // kForceCompositingMode and kEnableAcceleratedScrollableFrames.
|
| const char kEnableCompositedScrollingForFrames[] =
|
|
|