| Index: webkit/fileapi/isolated_mount_point_provider.cc
|
| diff --git a/webkit/fileapi/isolated_mount_point_provider.cc b/webkit/fileapi/isolated_mount_point_provider.cc
|
| index 0e4d813de8ef9ee18bfc6d3217a869a17fed1e6c..1e6b8b57f9ccae09612c5d274cf2de2da3ffd4d2 100644
|
| --- a/webkit/fileapi/isolated_mount_point_provider.cc
|
| +++ b/webkit/fileapi/isolated_mount_point_provider.cc
|
| @@ -120,6 +120,11 @@ webkit_blob::FileReader* IsolatedMountPointProvider::CreateFileReader(
|
| context->file_task_runner(), path, offset, base::Time());
|
| }
|
|
|
| +FileSystemQuotaUtil* IsolatedMountPointProvider::GetQuotaUtil() {
|
| + // No quota support.
|
| + return NULL;
|
| +}
|
| +
|
| IsolatedContext* IsolatedMountPointProvider::isolated_context() const {
|
| return IsolatedContext::GetInstance();
|
| }
|
|
|