| Index: webkit/fileapi/isolated_mount_point_provider.h
|
| diff --git a/webkit/fileapi/isolated_mount_point_provider.h b/webkit/fileapi/isolated_mount_point_provider.h
|
| index 141bc94d5f71eb326d4d1d5db98c8a7de929e8d4..d43daf4c72e315af04a72d57f7ec2b2e160133ba 100644
|
| --- a/webkit/fileapi/isolated_mount_point_provider.h
|
| +++ b/webkit/fileapi/isolated_mount_point_provider.h
|
| @@ -45,12 +45,10 @@ class IsolatedMountPointProvider : public FileSystemMountPointProvider {
|
| const GURL& origin_url,
|
| FileSystemType file_system_type,
|
| const FilePath& virtual_path,
|
| - base::MessageLoopProxy* file_proxy,
|
| FileSystemContext* context) const OVERRIDE;
|
| virtual webkit_blob::FileReader* CreateFileReader(
|
| const GURL& url,
|
| int64 offset,
|
| - base::MessageLoopProxy* file_proxy,
|
| FileSystemContext* context) const OVERRIDE;
|
|
|
| private:
|
|
|