| Index: webkit/glue/webkitclient_impl.cc
|
| ===================================================================
|
| --- webkit/glue/webkitclient_impl.cc (revision 29898)
|
| +++ webkit/glue/webkitclient_impl.cc (working copy)
|
| @@ -332,6 +332,14 @@
|
| return 0;
|
| }
|
|
|
| +WebKit::WebString WebKitClientImpl::signedPublicKeyAndChallengeString(
|
| + unsigned key_size_index,
|
| + const WebKit::WebString& challenge,
|
| + const WebKit::WebURL& url) {
|
| + NOTREACHED();
|
| + return WebKit::WebString();
|
| +}
|
| +
|
| bool WebKitClientImpl::fileExists(const WebKit::WebString& path) {
|
| FilePath::StringType file_path = webkit_glue::WebStringToFilePathString(path);
|
| return file_util::PathExists(FilePath(file_path));
|
|
|