| Index: content/child/blink_platform_impl.h | 
| diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h | 
| index 12ecf5e12f68a9ba38245d7314589d7048a3b7c2..b607cbaa40722dd3ea3de919f29ce91b90058cdd 100644 | 
| --- a/content/child/blink_platform_impl.h | 
| +++ b/content/child/blink_platform_impl.h | 
| @@ -61,6 +61,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); | 
| virtual blink::WebString signedPublicKeyAndChallengeString( | 
| unsigned key_size_index, const blink::WebString& challenge, | 
| const blink::WebURL& url); | 
|  |