diff options
author | Brian Carlstrom <bdc@google.com> | 2011-06-09 12:36:44 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-06-09 12:36:44 -0700 |
commit | 9da2ed34003cdea1a8c35c2f0947bb6632d99240 (patch) | |
tree | 764a068b84eed86956cdd1a9eaf30287e8e855fc /Source/WebKit/android/jni/WebCoreFrameBridge.h | |
parent | 700ba3f86b1e8eefe7e0efe1fa344079ec7c1e24 (diff) | |
parent | eec5cd31a627a9d05aefe27fe25ff9df92ad1a53 (diff) | |
download | external_webkit-9da2ed34003cdea1a8c35c2f0947bb6632d99240.zip external_webkit-9da2ed34003cdea1a8c35c2f0947bb6632d99240.tar.gz external_webkit-9da2ed34003cdea1a8c35c2f0947bb6632d99240.tar.bz2 |
Merge "Implement net::URLRequest::Delegate::OnCertificateRequested"
Diffstat (limited to 'Source/WebKit/android/jni/WebCoreFrameBridge.h')
-rw-r--r-- | Source/WebKit/android/jni/WebCoreFrameBridge.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebKit/android/jni/WebCoreFrameBridge.h b/Source/WebKit/android/jni/WebCoreFrameBridge.h index 2e2468c..d74948f 100644 --- a/Source/WebKit/android/jni/WebCoreFrameBridge.h +++ b/Source/WebKit/android/jni/WebCoreFrameBridge.h @@ -119,6 +119,8 @@ class WebFrame : public WebCoreRefObject { void reportSslCertError(WebUrlLoaderClient* client, int cert_error, const std::string& cert); + void requestClientCert(WebUrlLoaderClient* client, const std::string& host_and_port); + void downloadStart(const std::string& url, const std::string& userAgent, const std::string& contentDisposition, const std::string& mimetype, long long contentLength); void didReceiveData(const char* data, int size); |