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

Unified Diff: content/child/runtime_features.cc

Issue 2810583002: SELECT popup: Make OPTIONs taller for touchscreen. (Closed)
Patch Set: . Created 3 years, 8 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/TestExpectations » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/runtime_features.cc
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
index 1f21881ce83357f69afd42ccfdc34f4217f7501e..74507588912746525d7a73bddff856f907d17af7 100644
--- a/content/child/runtime_features.cc
+++ b/content/child/runtime_features.cc
@@ -69,6 +69,10 @@ static void SetRuntimeFeatureDefaultsForPlatform() {
WebRuntimeFeatures::EnableWebBluetooth(true);
#endif
+#if defined(OS_CHROMEOS)
+ WebRuntimeFeatures::EnableForceTallerSelectPopup(true);
+#endif
+
// The Notification Center on Mac OS X does not support content images.
#if defined(OS_MACOSX)
WebRuntimeFeatures::EnableNotificationContentImage(false);
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/TestExpectations » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698