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

Unified Diff: webkit/browser/fileapi/isolated_mount_point_provider.h

Issue 18668003: SyncFS: Introduce SyncFileSystemBackend (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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/browser/fileapi/isolated_mount_point_provider.h
diff --git a/webkit/browser/fileapi/isolated_mount_point_provider.h b/webkit/browser/fileapi/isolated_mount_point_provider.h
index 449ecf56db694a69c45c2c75d5df0eddfbf89eca..1c4ce1e0bd985bf7f2201c8ea806f11700c8efce 100644
--- a/webkit/browser/fileapi/isolated_mount_point_provider.h
+++ b/webkit/browser/fileapi/isolated_mount_point_provider.h
@@ -19,6 +19,8 @@ class IsolatedMountPointProvider : public FileSystemMountPointProvider {
// FileSystemMountPointProvider implementation.
virtual bool CanHandleType(FileSystemType type) const OVERRIDE;
+ virtual GURL GetRootURI(const GURL& origin_url,
+ FileSystemType type) const OVERRIDE;
virtual void OpenFileSystem(
const GURL& origin_url,
FileSystemType type,
@@ -43,6 +45,8 @@ class IsolatedMountPointProvider : public FileSystemMountPointProvider {
int64 offset,
FileSystemContext* context) const OVERRIDE;
virtual FileSystemQuotaUtil* GetQuotaUtil() OVERRIDE;
+ virtual const UpdateObserverList* GetUpdateObservers(
+ FileSystemType type) const OVERRIDE;
private:
scoped_ptr<AsyncFileUtilAdapter> isolated_file_util_;

Powered by Google App Engine
This is Rietveld 408576698