Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 9b3d6f6852f7b1737f405fe5726e462ee746babd..103b049b9c57f11a30b6a870fb20ee830479c67e 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -337,9 +337,6 @@ 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 the renderer. |
-const char kEnableBufferedInputRouter[] = "enable-buffered-input-router"; |
- |
// Enables accelerated scrolling by the compositor for frames. Requires |
// kForceCompositingMode and kEnableAcceleratedScrollableFrames. |
const char kEnableCompositedScrollingForFrames[] = |