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

Unified Diff: android_webview/browser/aw_contents_client_bridge_base.h

Issue 2869103002: [Android WebView] Propagate Java exceptions thrown in OnReceivedSslError (Closed)
Patch Set: Add comments to ssl_manager.h as well. Created 3 years, 7 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_client_bridge_base.h
diff --git a/android_webview/browser/aw_contents_client_bridge_base.h b/android_webview/browser/aw_contents_client_bridge_base.h
index 6eeef825e6931eb857cdc006e51b3f7ef7f05f0a..8a93a39129d6f90807a0426fbda30d6d104c7cf2 100644
--- a/android_webview/browser/aw_contents_client_bridge_base.h
+++ b/android_webview/browser/aw_contents_client_bridge_base.h
@@ -100,6 +100,8 @@ class AwContentsClientBridgeBase {
const AwWebResourceRequest& request,
const scoped_refptr<const net::HttpResponseHeaders>&
response_headers) = 0;
+
+ virtual bool HasPendingJavaException() = 0;
};
} // namespace android_webview

Powered by Google App Engine
This is Rietveld 408576698