Chromium Code Reviews| Index: content/public/common/content_switches.cc |
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
| index 1015f8218ffe9f337727bbf803bdc98ce97fcba5..e60c3ff87c3858de8939c58075e6dd222db1f046 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. |
|
brianderson
2013/09/13 21:49:27
Did you forget to delete "response"?
jdduke (slow)
2013/09/16 15:16:04
Not really, although it does read rather awkwardly
|
| +const char kEnableBufferedInputRouter[] = "enable-buffered-input-router"; |
| + |
| // Enables accelerated scrolling by the compositor for frames. Requires |
| // kForceCompositingMode and kEnableAcceleratedScrollableFrames. |
| const char kEnableCompositedScrollingForFrames[] = |