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

Unified Diff: android_webview/browser/aw_http_auth_handler_base.h

Issue 12091111: Implement Webviewclient.onReceivedSslError (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wasting time... Created 7 years, 10 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_http_auth_handler_base.h
diff --git a/android_webview/browser/aw_http_auth_handler_base.h b/android_webview/browser/aw_http_auth_handler_base.h
index c64315070bfe1a69633f216f91bb4d3ca3c99b61..e72003b2a6f819b4cd146acefb8cc809649701cb 100644
--- a/android_webview/browser/aw_http_auth_handler_base.h
+++ b/android_webview/browser/aw_http_auth_handler_base.h
@@ -29,7 +29,7 @@ class AwHttpAuthHandlerBase {
// Provides an 'escape-hatch' out to Java for the browser/ layer
// AwLoginDelegate.
- virtual void HandleOnUIThread(content::WebContents*) = 0;
+ virtual bool HandleOnUIThread(content::WebContents*) = 0;
};
} // namespace android_webview
« no previous file with comments | « android_webview/browser/aw_contents_client_bridge_base.cc ('k') | android_webview/browser/aw_login_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698