| Index: android_webview/native/aw_contents_io_thread_client_impl.h
|
| diff --git a/android_webview/native/aw_contents_io_thread_client_impl.h b/android_webview/native/aw_contents_io_thread_client_impl.h
|
| index b1c640c8f1c86b419c1396d1703deeb7d9feafa2..a8683c26698f799b83c49494d12ac32dc5a69d88 100644
|
| --- a/android_webview/native/aw_contents_io_thread_client_impl.h
|
| +++ b/android_webview/native/aw_contents_io_thread_client_impl.h
|
| @@ -60,11 +60,6 @@ class AwContentsIoThreadClientImpl : public AwContentsIoThreadClient {
|
| bool ShouldBlockFileUrls() const override;
|
| bool ShouldAcceptThirdPartyCookies() const override;
|
| bool ShouldBlockNetworkLoads() const override;
|
| - void NewDownload(const GURL& url,
|
| - const std::string& user_agent,
|
| - const std::string& content_disposition,
|
| - const std::string& mime_type,
|
| - int64_t content_length) override;
|
| void NewLoginRequest(const std::string& realm,
|
| const std::string& account,
|
| const std::string& args) override;
|
|
|