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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/linkHeader/link-dnsprefetch-in-image.html

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/LayoutTests/http/tests/linkHeader/link-dnsprefetch-in-image.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/linkHeader/link-dnsprefetch-in-image.html b/third_party/WebKit/LayoutTests/http/tests/linkHeader/link-dnsprefetch-in-image.html
index 9fc49e437b14688a095a7987f40aa8971e35a157..61f23c8c9878798031811a9108fe58406aba2fe4 100644
--- a/third_party/WebKit/LayoutTests/http/tests/linkHeader/link-dnsprefetch-in-image.html
+++ b/third_party/WebKit/LayoutTests/http/tests/linkHeader/link-dnsprefetch-in-image.html
@@ -6,7 +6,6 @@
}
if (window.internals) {
internals.settings.setLogDnsPrefetchAndPreconnect(true);
- internals.settings.setLinkHeaderEnabled(true);
}
document.write("<img src='resources/link-dnsprefetch-image.php' onload='if (window.testRunner)testRunner.notifyDone()'>");
</script>

Powered by Google App Engine
This is Rietveld 408576698