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

Unified Diff: third_party/WebKit/Source/core/html/parser/CSSPreloadScanner.h

Issue 2780533002: Use Referrer-Policy headers for CSS stylesheets (Closed)
Patch Set: rebase Created 3 years, 9 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/html/parser/CSSPreloadScanner.h
diff --git a/third_party/WebKit/Source/core/html/parser/CSSPreloadScanner.h b/third_party/WebKit/Source/core/html/parser/CSSPreloadScanner.h
index c8de46f0a678c3e3a3fc7d9c0b330b479db5e0fe..51803209aa984ecc26e2dfa20595865c0b26f3e2 100644
--- a/third_party/WebKit/Source/core/html/parser/CSSPreloadScanner.h
+++ b/third_party/WebKit/Source/core/html/parser/CSSPreloadScanner.h
@@ -109,6 +109,7 @@ class CORE_EXPORT CSSPreloaderResourceClient
~CSSPreloaderResourceClient();
void setCSSStyleSheet(const String& href,
const KURL& baseURL,
+ ReferrerPolicy,
const String& charset,
const CSSStyleSheetResource*) override;
void didAppendFirstData(const CSSStyleSheetResource*) override;

Powered by Google App Engine
This is Rietveld 408576698