Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1332)

Unified Diff: content/child/database_util.h

Issue 1006423008: Add SetFileSize() IPC for WebSQL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unnecessary IPC_MESSAGE_HANDLER_DELAY_REPLYs, remove unnecessary scoped_refptrs. Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/child/blink_platform_impl.cc ('k') | content/child/database_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « content/child/blink_platform_impl.cc ('k') | content/child/database_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698