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); |