| 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.
|
|
|