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

Unified Diff: third_party/WebKit/Source/web/WebRuntimeFeatures.cpp

Issue 2129093002: Remove ApplicationCache runtime flag (status=stable) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add some unit tests for MemoryCache. Created 4 years, 5 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/Source/web/WebRuntimeFeatures.cpp
diff --git a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
index 0e707c4bd218be276979b01026dbd2f610ff0fe2..a785c99efd1c83057b9a257a48677347905884fc 100644
--- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
+++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
@@ -60,11 +60,6 @@ void WebRuntimeFeatures::enableTestOnlyFeatures(bool enable)
RuntimeEnabledFeatures::setTestFeaturesEnabled(enable);
}
-void WebRuntimeFeatures::enableApplicationCache(bool enable)
-{
- RuntimeEnabledFeatures::setApplicationCacheEnabled(enable);
-}
-
void WebRuntimeFeatures::enableAudioOutputDevices(bool enable)
{
RuntimeEnabledFeatures::setAudioOutputDevicesEnabled(enable);
« no previous file with comments | « third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in ('k') | third_party/WebKit/public/web/WebRuntimeFeatures.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698