| Index: webkit/fileapi/file_system_test_helper.cc
|
| diff --git a/webkit/fileapi/file_system_test_helper.cc b/webkit/fileapi/file_system_test_helper.cc
|
| index dd5bfa45abfad4bda6cad02eb31ab967931362e6..c7150cb4f17c07d362ea6268ee3dd44e85ece80a 100644
|
| --- a/webkit/fileapi/file_system_test_helper.cc
|
| +++ b/webkit/fileapi/file_system_test_helper.cc
|
| @@ -32,6 +32,10 @@ class TestSpecialStoragePolicy : public quota::SpecialStoragePolicy {
|
| return unlimited_quota_;
|
| }
|
|
|
| + virtual bool IsStorageSessionOnly(const GURL& origin) {
|
| + return false;
|
| + }
|
| +
|
| virtual bool IsFileHandler(const std::string& extension_id) {
|
| return true;
|
| }
|
|
|