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

Unified Diff: third_party/WebKit/Source/core/loader/LinkLoader.h

Issue 2424943002: Add ReferrerPolicy support to preload (Closed)
Patch Set: Test fix Created 4 years, 2 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/LinkLoader.h
diff --git a/third_party/WebKit/Source/core/loader/LinkLoader.h b/third_party/WebKit/Source/core/loader/LinkLoader.h
index 2e3ead240690bd937278991f7b53183808ddc8cd..ae3dd150bb14189765f536ae94e65ed11a892f82 100644
--- a/third_party/WebKit/Source/core/loader/LinkLoader.h
+++ b/third_party/WebKit/Source/core/loader/LinkLoader.h
@@ -82,6 +82,7 @@ class CORE_EXPORT LinkLoader final
const String& type,
const String& as,
const String& media,
+ ReferrerPolicy,
const KURL&,
Document&,
const NetworkHintsInterface&);

Powered by Google App Engine
This is Rietveld 408576698