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

Unified Diff: chrome/browser/media_galleries/fileapi/media_file_system_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: chrome/browser/media_galleries/fileapi/media_file_system_mount_point_provider.h
diff --git a/chrome/browser/media_galleries/fileapi/media_file_system_mount_point_provider.h b/chrome/browser/media_galleries/fileapi/media_file_system_mount_point_provider.h
index 45ba5ebbb654aab5b77d4260720ca7a8ba0ee48d..1e8a14e7f75192a75779839380242408a3ac524c 100644
--- a/chrome/browser/media_galleries/fileapi/media_file_system_mount_point_provider.h
+++ b/chrome/browser/media_galleries/fileapi/media_file_system_mount_point_provider.h
@@ -40,6 +40,8 @@ class MediaFileSystemMountPointProvider
// FileSystemMountPointProvider implementation.
virtual bool CanHandleType(fileapi::FileSystemType type) const OVERRIDE;
+ virtual GURL GetRootURI(const GURL& origin_url,
+ fileapi::FileSystemType type) const OVERRIDE;
virtual void OpenFileSystem(
const GURL& origin_url,
fileapi::FileSystemType type,
@@ -67,6 +69,8 @@ class MediaFileSystemMountPointProvider
int64 offset,
fileapi::FileSystemContext* context) const OVERRIDE;
virtual fileapi::FileSystemQuotaUtil* GetQuotaUtil() OVERRIDE;
+ virtual const fileapi::UpdateObserverList* GetUpdateObservers(
+ fileapi::FileSystemType type) const OVERRIDE;
private:
// Store the profile path. We need this to create temporary snapshot files.

Powered by Google App Engine
This is Rietveld 408576698