| Index: third_party/WebKit/Source/platform/network/ResourceRequest.h
|
| diff --git a/third_party/WebKit/Source/platform/network/ResourceRequest.h b/third_party/WebKit/Source/platform/network/ResourceRequest.h
|
| index ffab6da884fc88cdbf9e8d97b01041dda568820f..18bd19fd46950df624d1ec5fcf75736b64b2639f 100644
|
| --- a/third_party/WebKit/Source/platform/network/ResourceRequest.h
|
| +++ b/third_party/WebKit/Source/platform/network/ResourceRequest.h
|
| @@ -129,7 +129,7 @@ public:
|
|
|
| bool didSetHTTPReferrer() const { return m_didSetHTTPReferrer; }
|
| const AtomicString& httpReferrer() const { return httpHeaderField(HTTPNames::Referer); }
|
| - ReferrerPolicy referrerPolicy() const { return m_referrerPolicy; }
|
| + ReferrerPolicy getReferrerPolicy() const { return m_referrerPolicy; }
|
| void setHTTPReferrer(const Referrer&);
|
| void clearHTTPReferrer();
|
|
|
|
|