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

Unified Diff: third_party/WebKit/Source/core/loader/resource/LinkPreloadResourceClients.h

Issue 2780533002: Use Referrer-Policy headers for CSS stylesheets (Closed)
Patch Set: updates 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/loader/resource/LinkPreloadResourceClients.h
diff --git a/third_party/WebKit/Source/core/loader/resource/LinkPreloadResourceClients.h b/third_party/WebKit/Source/core/loader/resource/LinkPreloadResourceClients.h
index 98fad7cb17a344f6074505679de3681683fd7967..e5b040e82b75141288c6eb37e3576b975ac1a61a 100644
--- a/third_party/WebKit/Source/core/loader/resource/LinkPreloadResourceClients.h
+++ b/third_party/WebKit/Source/core/loader/resource/LinkPreloadResourceClients.h
@@ -88,6 +88,7 @@ class LinkPreloadStyleResourceClient
void setCSSStyleSheet(const String&,
const KURL&,
+ ReferrerPolicy,
const String&,
const CSSStyleSheetResource* resource) override {
DCHECK_EQ(this->resource(), resource);

Powered by Google App Engine
This is Rietveld 408576698