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

Unified Diff: third_party/WebKit/Source/core/loader/FrameFetchContext.cpp

Issue 1647813003: Remove support for <link rel=subresource> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed and deleted tests Created 4 years, 11 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/loader/FrameFetchContext.cpp
diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
index dded49c259999997fc7bb4b0c2445baee606cd3b..c8c905612dbe77ee78c226e02a709ed2bda18d6c 100644
--- a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
+++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
@@ -432,7 +432,6 @@ ResourceRequestBlockedReason FrameFetchContext::canRequestInternal(Resource::Typ
case Resource::Raw:
case Resource::LinkPrefetch:
case Resource::LinkPreload:
- case Resource::LinkSubresource:
case Resource::TextTrack:
case Resource::ImportResource:
case Resource::Media:
@@ -517,7 +516,6 @@ ResourceRequestBlockedReason FrameFetchContext::canRequestInternal(Resource::Typ
case Resource::MainResource:
case Resource::Raw:
case Resource::LinkPrefetch:
- case Resource::LinkSubresource:
case Resource::Manifest:
break;
case Resource::Media:

Powered by Google App Engine
This is Rietveld 408576698