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

Unified Diff: webkit/fileapi/file_system_mount_point_provider.h

Issue 10386069: Add RegisterMountPointProvider and TestMountPointProvider for testing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: build fix Created 8 years, 7 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
« no previous file with comments | « webkit/fileapi/file_system_context.cc ('k') | webkit/fileapi/file_system_operation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/file_system_mount_point_provider.h
diff --git a/webkit/fileapi/file_system_mount_point_provider.h b/webkit/fileapi/file_system_mount_point_provider.h
index ebce1de6bb963739169ff47bd681524cd117ddd5..55ecbdf76c027e2295d06704afb4358182b5cead 100644
--- a/webkit/fileapi/file_system_mount_point_provider.h
+++ b/webkit/fileapi/file_system_mount_point_provider.h
@@ -25,6 +25,7 @@ namespace fileapi {
class FileSystemContext;
class FileSystemFileUtil;
class FileSystemOperationInterface;
+class FileSystemQuotaUtil;
class RemoteFileSystemProxyInterface;
// An interface to provide mount-point-specific path-related utilities
@@ -99,6 +100,10 @@ class FileSystemMountPointProvider {
const GURL& url,
int64 offset,
FileSystemContext* context) const = 0;
+
+ // Returns the specialized FileSystemQuotaUtil for this mount point.
+ // This could return NULL if this mount point does not support quota.
+ virtual FileSystemQuotaUtil* GetQuotaUtil() = 0;
};
// An interface to control external file system access permissions.
« no previous file with comments | « webkit/fileapi/file_system_context.cc ('k') | webkit/fileapi/file_system_operation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698