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

Unified Diff: third_party/WebKit/Source/core/dom/Document.h

Issue 2400443004: Walk up frame tree for srcdoc referrer policies (Closed)
Patch Set: fix dynamic policy test 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/dom/Document.h
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
index 31e6fa093898b30380fa398822e1db26da368d18..dbf24300948695646d45183b83c1007d842adeab 100644
--- a/third_party/WebKit/Source/core/dom/Document.h
+++ b/third_party/WebKit/Source/core/dom/Document.h
@@ -291,6 +291,7 @@ class CORE_EXPORT Document : public ContainerNode,
Length viewportDefaultMinWidth() const { return m_viewportDefaultMinWidth; }
String outgoingReferrer() const override;
+ ReferrerPolicy getReferrerPolicy() const override;
void setDoctype(DocumentType*);
DocumentType* doctype() const { return m_docType.get(); }

Powered by Google App Engine
This is Rietveld 408576698