| 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 f13f8d9266992d74a72e3342ebac2c18f565b334..ce4824ea66737e93a9efe8125a0cdf252d3c8777 100644
|
| --- a/third_party/WebKit/Source/core/loader/DocumentLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/DocumentLoader.h
|
| @@ -141,8 +141,6 @@ public:
|
| };
|
| InitialScrollState& initialScrollState() { return m_initialScrollState; }
|
|
|
| - bool loadingMultipartContent() const;
|
| -
|
| Resource* startPreload(Resource::Type, FetchRequest&);
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|