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

Unified Diff: Source/core/html/parser/BackgroundHTMLParser.h

Issue 1235563004: Apply meta tag referrer policy for preloaded requests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix conflicting policies test Created 5 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: Source/core/html/parser/BackgroundHTMLParser.h
diff --git a/Source/core/html/parser/BackgroundHTMLParser.h b/Source/core/html/parser/BackgroundHTMLParser.h
index ebc1f9cce947441268ec97b55c6bfaaf1289e513..5be6a81d2fe9870ce86099f3e67e452eba04e73e 100644
--- a/Source/core/html/parser/BackgroundHTMLParser.h
+++ b/Source/core/html/parser/BackgroundHTMLParser.h
@@ -107,6 +107,7 @@ private:
OwnPtr<CompactHTMLTokenStream> m_pendingTokens;
const size_t m_pendingTokenLimit;
PreloadRequestStream m_pendingPreloads;
+ String m_preloadedReferrerPolicy;
XSSInfoStream m_pendingXSSInfos;
OwnPtr<XSSAuditor> m_xssAuditor;

Powered by Google App Engine
This is Rietveld 408576698