| 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 2fe09e605a54a684af0962f8daf9bc0e5dbc1813..ec207782b4d1a059e2b52995dca19c1a66049091 100644
|
| --- a/third_party/WebKit/Source/core/loader/DocumentLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/DocumentLoader.h
|
| @@ -144,8 +144,6 @@ public:
|
|
|
| String suboriginName() const { return m_suboriginName; }
|
|
|
| - bool loadingMultipartContent() const;
|
| -
|
| Resource* startPreload(Resource::Type, FetchRequest&);
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|