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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/linkHeader/link-dnsprefetch-in-script.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-script.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/linkHeader/link-dnsprefetch-in-script.html b/third_party/WebKit/LayoutTests/http/tests/linkHeader/link-dnsprefetch-in-script.html
index 2a0cd394542d7ca86a1c4842e4f3979a4869d1fd..82548f08a288f1ff8aff957e64cebd3793b829b1 100644
--- a/third_party/WebKit/LayoutTests/http/tests/linkHeader/link-dnsprefetch-in-script.html
+++ b/third_party/WebKit/LayoutTests/http/tests/linkHeader/link-dnsprefetch-in-script.html
@@ -6,7 +6,6 @@
}
if (window.internals) {
internals.settings.setLogDnsPrefetchAndPreconnect(true);
- internals.settings.setLinkHeaderEnabled(true);
}
document.write("<script src='resources/link-dnsprefetch-script.php'></s"+"cript>");
</script>

Powered by Google App Engine
This is Rietveld 408576698