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

Unified Diff: third_party/WebKit/Source/core/testing/InternalSettings.cpp

Issue 2184883002: Remove LinkHeader runtime flag (status=stable) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/core/testing/InternalSettings.cpp
diff --git a/third_party/WebKit/Source/core/testing/InternalSettings.cpp b/third_party/WebKit/Source/core/testing/InternalSettings.cpp
index b579924647cd2c01558ddb6dc43d5136c5400dc9..70ef482cdbf33575be5fc8d7e5939588a9b9ef65 100644
--- a/third_party/WebKit/Source/core/testing/InternalSettings.cpp
+++ b/third_party/WebKit/Source/core/testing/InternalSettings.cpp
@@ -471,11 +471,6 @@ void InternalSettings::setScrollTopLeftInteropEnabled(bool enabled)
RuntimeEnabledFeatures::setScrollTopLeftInteropEnabled(enabled);
}
-void InternalSettings::setLinkHeaderEnabled(bool enabled)
-{
- RuntimeEnabledFeatures::setLinkHeaderEnabled(enabled);
-}
-
void InternalSettings::setDnsPrefetchLogging(bool enabled, ExceptionState& exceptionState)
{
InternalSettingsGuardForSettings();
« no previous file with comments | « third_party/WebKit/Source/core/testing/InternalSettings.h ('k') | third_party/WebKit/Source/core/testing/InternalSettings.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698