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

Unified Diff: Source/bindings/v8/RuntimeEnabledFeatures.cpp

Issue 13814024: Add a runtime flag in WebRuntimeFeatures to enable 'image/webp' accept header (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased patch 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
« no previous file with comments | « Source/bindings/v8/RuntimeEnabledFeatures.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/v8/RuntimeEnabledFeatures.cpp
diff --git a/Source/bindings/v8/RuntimeEnabledFeatures.cpp b/Source/bindings/v8/RuntimeEnabledFeatures.cpp
index d7c903daeaf06cd5a2744169e55ca8e2d5e3f759..b0352574be7cecc4337ff9ed9b930aac0e2bd6f0 100644
--- a/Source/bindings/v8/RuntimeEnabledFeatures.cpp
+++ b/Source/bindings/v8/RuntimeEnabledFeatures.cpp
@@ -193,4 +193,8 @@ bool RuntimeEnabledFeatures::isFontLoadEventsEnabled = false;
bool RuntimeEnabledFeatures::isDoNotTrackEnabled = false;
+#if USE(WEBP)
+bool RuntimeEnabledFeatures::isWebPInAcceptHeaderEnabled = false;
+#endif
+
} // namespace WebCore
« no previous file with comments | « Source/bindings/v8/RuntimeEnabledFeatures.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698