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. |