| Index: webkit/fileapi/file_system_context_unittest.cc
|
| ===================================================================
|
| --- webkit/fileapi/file_system_context_unittest.cc (revision 80624)
|
| +++ webkit/fileapi/file_system_context_unittest.cc (working copy)
|
| @@ -34,9 +34,14 @@
|
| return origin == GURL(kTestOrigins[1]);
|
| }
|
|
|
| - virtual bool IsLocalFileSystemAccessAllowed(const GURL& origin) {
|
| + virtual bool IsLocalFileSystemAccessAllowed(const GURL& origin,
|
| + const FilePath& virtual_path) {
|
| return false;
|
| }
|
| +
|
| + virtual void GrantLocalFileSystemAccess(const GURL& origin,
|
| + const FilePath& virtual_path) {
|
| + }
|
| };
|
|
|
| scoped_refptr<FileSystemContext> NewFileSystemContext(
|
|
|