Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(76)

Unified Diff: webkit/fileapi/sandbox_mount_point_provider.h

Issue 10082002: Add FileSystemMountPointProvider::CreateFileReader() which returns appropriate Reader instance (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/fileapi/sandbox_mount_point_provider.h
diff --git a/webkit/fileapi/sandbox_mount_point_provider.h b/webkit/fileapi/sandbox_mount_point_provider.h
index 9bdddc036bfedc7f16d6b15e411775222728fc14..c92cda22c0fcae5158249206661d2f36b9b7ae45 100644
--- a/webkit/fileapi/sandbox_mount_point_provider.h
+++ b/webkit/fileapi/sandbox_mount_point_provider.h
@@ -93,6 +93,11 @@ class SandboxMountPointProvider
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;
FilePath old_base_path() const;
FilePath new_base_path() const;

Powered by Google App Engine
This is Rietveld 408576698