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

Unified Diff: content/child/blink_platform_impl.h

Issue 1006423008: Add SetFileSize() IPC for WebSQL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: content/child/blink_platform_impl.h
diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
index f4957396605b51eb98c747ed96d9bdbb8998f6bc..1b0e71233f10e396f669a6ccf83980314352cbe8 100644
--- a/content/child/blink_platform_impl.h
+++ b/content/child/blink_platform_impl.h
@@ -60,6 +60,8 @@ class CONTENT_EXPORT BlinkPlatformImpl
virtual long long databaseGetFileSize(const blink::WebString& vfs_file_name);
virtual long long databaseGetSpaceAvailableForOrigin(
const blink::WebString& origin_identifier);
+ virtual bool databaseSetFileSize(
+ const blink::WebString& vfs_file_name, long long size);
michaeln 2015/04/01 21:04:48 i don't understand why this won't compile without
Scott Hess - ex-Googler 2015/04/01 22:42:20 I was pretty sure it was? Unfortunately my blink
Scott Hess - ex-Googler 2015/04/01 23:28:23 Sorry, the error doesn't come here, it's in a subc
virtual blink::WebString signedPublicKeyAndChallengeString(
unsigned key_size_index, const blink::WebString& challenge,
const blink::WebURL& url);

Powered by Google App Engine
This is Rietveld 408576698