Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Unified Diff: android_webview/browser/aw_contents_io_thread_client.h

Issue 2437423002: Move NewLoginRequest plumbing to AwContentsClientBridge (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698