From a755e1076f116a71e2888eeea635082baabc69ce Mon Sep 17 00:00:00 2001 From: "wtc@chromium.org" Date: Fri, 23 Oct 2009 16:58:37 +0000 Subject: Adds support for the tag for client certificate enrollment under Linux. Currently, no notifications are given to the user that the certificate was successfully enrolled. Patch by Gaurav Shah of Google. Original review URL: http://codereview.chromium.org/261035 BUG=148 TEST=Can test on the following sites: http://foaf.me/simple_KEYGEN_CreateClientCertificate.php http://www.myopenid.com Review URL: http://codereview.chromium.org/271112 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29900 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/glue/webkitclient_impl.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'webkit/glue/webkitclient_impl.h') diff --git a/webkit/glue/webkitclient_impl.h b/webkit/glue/webkitclient_impl.h index 9686730..e6f5c42 100644 --- a/webkit/glue/webkitclient_impl.h +++ b/webkit/glue/webkitclient_impl.h @@ -52,6 +52,10 @@ class WebKitClientImpl : public WebKit::WebKitClient { virtual long databaseGetFileAttributes(const WebKit::WebString& file_name); virtual long long databaseGetFileSize(const WebKit::WebString& file_name); + virtual WebKit::WebString signedPublicKeyAndChallengeString( + unsigned key_size_index, const WebKit::WebString& challenge, + const WebKit::WebURL& url); + virtual bool fileExists(const WebKit::WebString& path); virtual bool deleteFile(const WebKit::WebString& path); virtual bool deleteEmptyDirectory(const WebKit::WebString& path); -- cgit v1.1