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

Unified Diff: webkit/chromeos/fileapi/cros_mount_point_provider.h

Issue 10781014: Isolated FS for media devices. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 8 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/chromeos/fileapi/cros_mount_point_provider.h
diff --git a/webkit/chromeos/fileapi/cros_mount_point_provider.h b/webkit/chromeos/fileapi/cros_mount_point_provider.h
index 21422c8113d7e1755d66f92b9347401e9cfe36ef..aa9c505e3f47cb67e4a64c773ec17427c8c8df39 100644
--- a/webkit/chromeos/fileapi/cros_mount_point_provider.h
+++ b/webkit/chromeos/fileapi/cros_mount_point_provider.h
@@ -59,7 +59,8 @@ class CrosMountPointProvider
fileapi::FileSystemType type,
const FilePath& virtual_path) OVERRIDE;
virtual bool IsRestrictedFileName(const FilePath& filename) const OVERRIDE;
- virtual fileapi::FileSystemFileUtil* GetFileUtil() OVERRIDE;
+ virtual fileapi::FileSystemFileUtil* GetFileUtil(
+ const fileapi::FileSystemURL& url) OVERRIDE;
virtual FilePath GetPathForPermissionsCheck(const FilePath& virtual_path)
const OVERRIDE;
virtual fileapi::FileSystemOperationInterface* CreateFileSystemOperation(
« no previous file with comments | « no previous file | webkit/chromeos/fileapi/cros_mount_point_provider.cc » ('j') | webkit/fileapi/isolated_mount_point_provider.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698