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(); |