| Index: webkit/fileapi/test_mount_point_provider.cc
|
| diff --git a/webkit/fileapi/test_mount_point_provider.cc b/webkit/fileapi/test_mount_point_provider.cc
|
| index e828f8f531b8f5980b7bc2811bdc4f5942b1c13c..c44ff598a1d0c3426acfd7bee88bc746aec16ee3 100644
|
| --- a/webkit/fileapi/test_mount_point_provider.cc
|
| +++ b/webkit/fileapi/test_mount_point_provider.cc
|
| @@ -81,6 +81,10 @@ TestMountPointProvider::TestMountPointProvider(
|
| TestMountPointProvider::~TestMountPointProvider() {
|
| }
|
|
|
| +bool TestMountPointProvider::CanHandleType(FileSystemType type) const {
|
| + return (type == kFileSystemTypeTest);
|
| +}
|
| +
|
| void TestMountPointProvider::ValidateFileSystemRoot(
|
| const GURL& origin_url,
|
| FileSystemType type,
|
|
|