summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/jni/WebCoreFrameBridge.h
diff options
context:
space:
mode:
authorHuahui Wu <hwu@google.com>2011-06-28 10:18:05 -0700
committerHuahui Wu <hwu@google.com>2011-06-28 12:25:05 -0700
commit0529319f6489e97cd51f1a497754c1e2a169ed41 (patch)
tree9f17bae5390e404c0991c357e8c76a14916ff101 /Source/WebKit/android/jni/WebCoreFrameBridge.h
parente452be1935a2ad2683fb2dc3de631ec063e38dc6 (diff)
downloadexternal_webkit-0529319f6489e97cd51f1a497754c1e2a169ed41.zip
external_webkit-0529319f6489e97cd51f1a497754c1e2a169ed41.tar.gz
external_webkit-0529319f6489e97cd51f1a497754c1e2a169ed41.tar.bz2
2nd try: Bubbles up the url that has the invalid certificate.
Same as this CL https://android-git.corp.google.com/g/#change,117817 except one minor change to make the build happy: Change-Id: Ie863737eee00c42de5d7a289b60aff8c2cfaa8e2
Diffstat (limited to 'Source/WebKit/android/jni/WebCoreFrameBridge.h')
-rw-r--r--Source/WebKit/android/jni/WebCoreFrameBridge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/android/jni/WebCoreFrameBridge.h b/Source/WebKit/android/jni/WebCoreFrameBridge.h
index d74948f..acf4eb4 100644
--- a/Source/WebKit/android/jni/WebCoreFrameBridge.h
+++ b/Source/WebKit/android/jni/WebCoreFrameBridge.h
@@ -117,7 +117,7 @@ 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 reportSslCertError(WebUrlLoaderClient* client, int cert_error, const std::string& cert, const std::string& url);
void requestClientCert(WebUrlLoaderClient* client, const std::string& host_and_port);