Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 8d9bd67c5f1b93840f832d01edac53669d8492ca..608f245ad1fe330dd4839524c248ece952af1399 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -952,12 +952,6 @@ const char kEnableSpeechDispatcher[] = "enable-speech-dispatcher"; |
// accelerated compositing is disabled. See http://crbug.com/122430. |
const char kDisableCoreAnimationPlugins[] = |
"disable-core-animation-plugins"; |
- |
-// Force all input events to be handled by Blink on thread. This will be removed |
-// once compositor thread events have stuck. |
-// http://crbug.com/138003 |
-extern const char kDisableThreadedEventHandlingMac[] = |
- "disable-threaded-event-handling-mac"; |
#endif |
#if defined(OS_WIN) |