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

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

Issue 2424943002: Add ReferrerPolicy support to preload (Closed)
Patch Set: 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 8a847e933b8428c982cb6cabe6bf9f76284d6384..fbf7d9dfd59b0dc298053b75bcf0c81145ba77bc 100644
--- a/third_party/WebKit/Source/core/loader/LinkLoader.h
+++ b/third_party/WebKit/Source/core/loader/LinkLoader.h
@@ -81,6 +81,7 @@ class CORE_EXPORT LinkLoader final
const String& type,
const String& as,
const String& media,
+ const String& referrerPolicy,
const KURL&,
Document&,
const NetworkHintsInterface&);

Powered by Google App Engine
This is Rietveld 408576698