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

Unified Diff: third_party/WebKit/public/web/WebRuntimeFeatures.h

Issue 2289213002: Implement Middle Click Autoscroll on all platforms not just Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename the files. Created 4 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: third_party/WebKit/public/web/WebRuntimeFeatures.h
diff --git a/third_party/WebKit/public/web/WebRuntimeFeatures.h b/third_party/WebKit/public/web/WebRuntimeFeatures.h
index 38b1c90756380e7166cddaf3d00be90eb9e24a2e..7302893bf5347eb14ac3752875dbe37bb3b9b06c 100644
--- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
+++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
@@ -84,6 +84,7 @@ public:
BLINK_EXPORT static void enableInputMultipleFieldsUI(bool);
BLINK_EXPORT static void enableMediaCapture(bool);
BLINK_EXPORT static void enableMediaDocumentDownloadButton(bool);
+ BLINK_EXPORT static void enableMiddleClickAutoscroll(bool);
BLINK_EXPORT static void enableNavigatorContentUtils(bool);
BLINK_EXPORT static void enableNetworkInformation(bool);
BLINK_EXPORT static void enableNewMediaPlaybackUi(bool);

Powered by Google App Engine
This is Rietveld 408576698