summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/jni/WebCoreFrameBridge.h
diff options
context:
space:
mode:
authorHuahui Wu <hwu@google.com>2011-06-28 10:10:56 -0700
committerHuahui Wu <hwu@google.com>2011-06-28 10:10:56 -0700
commit971c7e8e6733abf2ec5f7effb2c1e64c2d1a7bcb (patch)
treeda781b700cc48e99549f1bd5903c695e50253580 /Source/WebKit/android/jni/WebCoreFrameBridge.h
parentf072ccf633e8c2c2812289f0e65f18320f2147c8 (diff)
downloadexternal_webkit-971c7e8e6733abf2ec5f7effb2c1e64c2d1a7bcb.zip
external_webkit-971c7e8e6733abf2ec5f7effb2c1e64c2d1a7bcb.tar.gz
external_webkit-971c7e8e6733abf2ec5f7effb2c1e64c2d1a7bcb.tar.bz2
Revert "Bubbles up the url that has the invalid certificate."
This reverts commit f072ccf633e8c2c2812289f0e65f18320f2147c8.
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 acf4eb4..d74948f 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, const std::string& url);
+ void reportSslCertError(WebUrlLoaderClient* client, int cert_error, const std::string& cert);
void requestClientCert(WebUrlLoaderClient* client, const std::string& host_and_port);