From 971c7e8e6733abf2ec5f7effb2c1e64c2d1a7bcb Mon Sep 17 00:00:00 2001 From: Huahui Wu Date: Tue, 28 Jun 2011 10:10:56 -0700 Subject: Revert "Bubbles up the url that has the invalid certificate." This reverts commit f072ccf633e8c2c2812289f0e65f18320f2147c8. --- Source/WebKit/android/jni/WebCoreFrameBridge.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/WebKit/android/jni/WebCoreFrameBridge.h') 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); -- cgit v1.1