diff options
author | Huahui Wu <hwu@google.com> | 2010-12-08 15:22:43 -0800 |
---|---|---|
committer | Huahui Wu <hwu@google.com> | 2010-12-15 09:36:28 -0800 |
commit | 1f9212cd9a5e957562b12e8c3294b7f357fa1f85 (patch) | |
tree | d3ad74023aa22e8a3edbec1c8a1089126e06428e /WebKit/android/jni/WebCoreFrameBridge.h | |
parent | 0d7cec732e3f00f89749d4946fd22168d8d4111c (diff) | |
download | external_webkit-1f9212cd9a5e957562b12e8c3294b7f357fa1f85.zip external_webkit-1f9212cd9a5e957562b12e8c3294b7f357fa1f85.tar.gz external_webkit-1f9212cd9a5e957562b12e8c3294b7f357fa1f85.tar.bz2 |
b/2864818 Prompt SSL cert error dialog to user and proceed or cancel the request. Java side CL: https://android-git.corp.google.com/g/#change,84530
Change-Id: I2a16be691ba3846f3ecb1fd533905d7b6ac374fc
Diffstat (limited to 'WebKit/android/jni/WebCoreFrameBridge.h')
-rw-r--r-- | WebKit/android/jni/WebCoreFrameBridge.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebKit/android/jni/WebCoreFrameBridge.h b/WebKit/android/jni/WebCoreFrameBridge.h index 4575460..41037d9 100644 --- a/WebKit/android/jni/WebCoreFrameBridge.h +++ b/WebKit/android/jni/WebCoreFrameBridge.h @@ -115,6 +115,8 @@ class WebFrame : public WebCoreRefObject { void didReceiveAuthenticationChallenge(WebUrlLoaderClient*, const std::string& host, const std::string& realm, bool useCachedCredentials); + void reportSslCertError(WebUrlLoaderClient* client, int cert_error, const std::string& cert); + void downloadStart(const std::string& url, const std::string& userAgent, const std::string& contentDisposition, const std::string& mimetype, long long contentLength); void maybeSavePassword(WebCore::Frame* frame, const WebCore::ResourceRequest& request); |