| Index: webkit/tools/test_shell/simple_file_system.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/simple_file_system.cc (revision 81576)
|
| +++ webkit/tools/test_shell/simple_file_system.cc (working copy)
|
| @@ -155,6 +155,8 @@
|
| type = fileapi::kFileSystemTypeTemporary;
|
| else if (web_filesystem_type == WebFileSystem::TypePersistent)
|
| type = fileapi::kFileSystemTypePersistent;
|
| + else if (web_filesystem_type == WebFileSystem::TypeExternal)
|
| + type = fileapi::kFileSystemTypeExternal;
|
| else {
|
| // Unknown type filesystem is requested.
|
| callbacks->didFail(WebKit::WebFileErrorSecurity);
|
|
|