| Index: content/child/database_util.h
|
| diff --git a/content/child/database_util.h b/content/child/database_util.h
|
| index c53e7cef732b60cdaf6ba982a80882d13b765ca8..1449d6bf0e83e162b8dc8ea8640d288b408c7f2e 100644
|
| --- a/content/child/database_util.h
|
| +++ b/content/child/database_util.h
|
| @@ -34,6 +34,10 @@ class DatabaseUtil {
|
| static long long DatabaseGetSpaceAvailable(
|
| const blink::WebString& origin_identifier,
|
| IPC::SyncMessageFilter* sync_message_filter);
|
| + static bool DatabaseSetFileSize(
|
| + const blink::WebString& vfs_file_name,
|
| + int64 size,
|
| + IPC::SyncMessageFilter* sync_message_filter);
|
| };
|
|
|
| } // namespace content
|
|
|