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

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

Issue 2075053003: Add basic Referrer-Policy support for Documents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update test expectation for tweaked console message Created 4 years, 6 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 15ac30448e4ff43714c38889990b47d2dee218cc..3c25dd573c587edbb4e252bb431b8c1e80a1e657 100644
--- a/third_party/WebKit/Source/core/dom/Document.h
+++ b/third_party/WebKit/Source/core/dom/Document.h
@@ -706,7 +706,6 @@ public:
NodeIntersectionObserverData& ensureIntersectionObserverData();
void updateViewportDescription();
- void processReferrerPolicy(const String& policy);
// Returns the owning element in the parent document. Returns nullptr if
// this is the top level document or the owner is remote.

Powered by Google App Engine
This is Rietveld 408576698