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

Unified Diff: third_party/WebKit/Source/core/loader/resource/StyleSheetResourceClient.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
« no previous file with comments | « third_party/WebKit/Source/core/loader/resource/LinkPreloadResourceClients.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/loader/resource/StyleSheetResourceClient.h
diff --git a/third_party/WebKit/Source/core/loader/resource/StyleSheetResourceClient.h b/third_party/WebKit/Source/core/loader/resource/StyleSheetResourceClient.h
index f4ead5cc6fed3be50081d401fa09e98d5c28b0a5..4e9eaf129901fba19b6eb8f09f8046fea2262cfa 100644
--- a/third_party/WebKit/Source/core/loader/resource/StyleSheetResourceClient.h
+++ b/third_party/WebKit/Source/core/loader/resource/StyleSheetResourceClient.h
@@ -29,6 +29,7 @@
#include "core/CoreExport.h"
#include "platform/loader/fetch/ResourceClient.h"
#include "platform/weborigin/KURL.h"
+#include "platform/weborigin/ReferrerPolicy.h"
#include "wtf/Forward.h"
namespace blink {
@@ -44,6 +45,7 @@ class CORE_EXPORT StyleSheetResourceClient : public ResourceClient {
}
virtual void setCSSStyleSheet(const String& /* href */,
const KURL& /* baseURL */,
+ ReferrerPolicy,
const String& /* charset */,
const CSSStyleSheetResource*) {}
virtual void setXSLStyleSheet(const String& /* href */,
« no previous file with comments | « third_party/WebKit/Source/core/loader/resource/LinkPreloadResourceClients.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698