| Index: content/worker/worker_webkitclient_impl.h
|
| ===================================================================
|
| --- content/worker/worker_webkitclient_impl.h (revision 86348)
|
| +++ content/worker/worker_webkitclient_impl.h (working copy)
|
| @@ -57,6 +57,8 @@
|
| const WebKit::WebString& vfs_file_name);
|
| virtual long long databaseGetFileSize(
|
| const WebKit::WebString& vfs_file_name);
|
| + virtual long long databaseGetSpaceAvailableForOrigin(
|
| + const WebKit::WebString& origin_identifier);
|
|
|
| virtual WebKit::WebBlobRegistry* blobRegistry();
|
|
|
|
|