| Index: third_party/WebKit/Source/core/loader/DocumentLoader.h
|
| diff --git a/third_party/WebKit/Source/core/loader/DocumentLoader.h b/third_party/WebKit/Source/core/loader/DocumentLoader.h
|
| index c76a1a81e06b24727140a758f958a11571103d42..acdd1efa89be2e1478ee0b4a42da30983f8a5cf2 100644
|
| --- a/third_party/WebKit/Source/core/loader/DocumentLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/DocumentLoader.h
|
| @@ -112,7 +112,7 @@ public:
|
| NavigationType getNavigationType() const { return m_navigationType; }
|
| void setNavigationType(NavigationType navigationType) { m_navigationType = navigationType; }
|
|
|
| - void startLoadingMainResource(ContentSecurityPolicyDisposition);
|
| + void startLoadingMainResource();
|
|
|
| void acceptDataFromThreadedReceiver(const char* data, int dataLength, int encodedDataLength);
|
| DocumentLoadTiming& timing() { return m_documentLoadTiming; }
|
| @@ -177,7 +177,6 @@ private:
|
| String debugName() const override { return "DocumentLoader"; }
|
|
|
| bool maybeLoadEmpty();
|
| - void loadUnique();
|
|
|
| bool isRedirectAfterPost(const ResourceRequest&, const ResourceResponse&);
|
|
|
|
|