| 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 a8683c26698f799b83c49494d12ac32dc5a69d88..bb517e1b95e33ff56dda70abcf6e4acbef333525 100644
|
| --- a/android_webview/native/aw_contents_io_thread_client_impl.h
|
| +++ b/android_webview/native/aw_contents_io_thread_client_impl.h
|
| @@ -60,9 +60,6 @@ class AwContentsIoThreadClientImpl : public AwContentsIoThreadClient {
|
| bool ShouldBlockFileUrls() const override;
|
| bool ShouldAcceptThirdPartyCookies() const override;
|
| bool ShouldBlockNetworkLoads() const override;
|
| - void NewLoginRequest(const std::string& realm,
|
| - const std::string& account,
|
| - const std::string& args) override;
|
| void OnReceivedError(const net::URLRequest* request) override;
|
| void OnReceivedHttpError(
|
| const net::URLRequest* request,
|
|
|