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

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: rebasing after r150849 Created 7 years, 7 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 | « LayoutTests/fast/dom/wrapper-classes.html ('k') | Source/WebKit/chromium/src/WebInputElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/public/WebRuntimeFeatures.h
diff --git a/Source/WebKit/chromium/public/WebRuntimeFeatures.h b/Source/WebKit/chromium/public/WebRuntimeFeatures.h
index 7c253f21506e25dec3e4270a23c4d2024331ad7b..2ecb34a446b2a2ad34442f02355f9f4e7a64f816 100644
--- a/Source/WebKit/chromium/public/WebRuntimeFeatures.h
+++ b/Source/WebKit/chromium/public/WebRuntimeFeatures.h
@@ -193,6 +193,9 @@ public:
WEBKIT_EXPORT static void enableWebPInAcceptHeader(bool);
WEBKIT_EXPORT static bool isWebPInAcceptHeaderEnabled();
+ WEBKIT_EXPORT static void enableDataListElement(bool);
+ WEBKIT_EXPORT static bool isDataListElementEnabled();
+
private:
WebRuntimeFeatures();
};
« no previous file with comments | « LayoutTests/fast/dom/wrapper-classes.html ('k') | Source/WebKit/chromium/src/WebInputElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698