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

Unified Diff: Source/WebKit/chromium/public/WebRuntimeFeatures.h

Issue 14859003: Remove the compile time flag for DATALIST Element. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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
Index: Source/WebKit/chromium/public/WebRuntimeFeatures.h
diff --git a/Source/WebKit/chromium/public/WebRuntimeFeatures.h b/Source/WebKit/chromium/public/WebRuntimeFeatures.h
index 633b08d8432156f2133a7803669e44f6ed66cd30..bd10c9d89f095bae2cd0d9e2b67cda0b06c3107b 100644
--- a/Source/WebKit/chromium/public/WebRuntimeFeatures.h
+++ b/Source/WebKit/chromium/public/WebRuntimeFeatures.h
@@ -182,6 +182,9 @@ public:
WEBKIT_EXPORT static void enableSpeechSynthesis(bool);
WEBKIT_EXPORT static bool isSpeechSynthesisEnabled();
+ WEBKIT_EXPORT static void enableDatalist(bool);
+ WEBKIT_EXPORT static bool isDatalistEnabled();
+
private:
WebRuntimeFeatures();
};

Powered by Google App Engine
This is Rietveld 408576698