Index: android_webview/browser/aw_contents_io_thread_client.h |
diff --git a/android_webview/browser/aw_contents_io_thread_client.h b/android_webview/browser/aw_contents_io_thread_client.h |
index dbc47d45c6c48ff20125894f99ceadd74d197fd7..9eed00a066893e281fc3fb55c97a22e74488575d 100644 |
--- a/android_webview/browser/aw_contents_io_thread_client.h |
+++ b/android_webview/browser/aw_contents_io_thread_client.h |
@@ -98,13 +98,6 @@ class AwContentsIoThreadClient { |
// Retrieve the AcceptThirdPartyCookies setting value of this AwContents. |
virtual bool ShouldAcceptThirdPartyCookies() const = 0; |
- // Called when a new login request is detected. See the documentation for |
- // WebViewClient.onReceivedLoginRequest for arguments. Note that |account| |
- // may be empty. |
- virtual void NewLoginRequest(const std::string& realm, |
- const std::string& account, |
- const std::string& args) = 0; |
- |
// Called when a resource loading error has occured (e.g. an I/O error, |
// host name lookup failure etc.) |
virtual void OnReceivedError(const net::URLRequest* request) = 0; |