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

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

Issue 1117203002: Enforce referrer policies for workers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix layout test indentation Created 5 years, 8 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 | « LayoutTests/http/tests/security/resources/echo-referrer-header.php ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index 09e4348849b5dd68ad89f8b60e77b624c1f6a1a6..09503ed683782375a3bba669e1fead9c0917c542 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -282,9 +282,6 @@ public:
bool hasLegacyViewportTag() const { return m_legacyViewportDescription.isLegacyViewportType(); }
- void setReferrerPolicy(ReferrerPolicy);
- ReferrerPolicy referrerPolicy() const { return m_referrerPolicy; }
-
String outgoingReferrer();
String outgoingOrigin() const;
« no previous file with comments | « LayoutTests/http/tests/security/resources/echo-referrer-header.php ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698