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

Unified Diff: webkit/fileapi/sandbox_mount_point_provider.h

Issue 10386069: Add RegisterMountPointProvider and TestMountPointProvider for testing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: adding sandbox_mpp change 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
Index: webkit/fileapi/sandbox_mount_point_provider.h
diff --git a/webkit/fileapi/sandbox_mount_point_provider.h b/webkit/fileapi/sandbox_mount_point_provider.h
index 5fed7ecacec233460787e3333b193efa1131e18a..982a1fcf47ff582d45febf23e26f18fd98dbb7a8 100644
--- a/webkit/fileapi/sandbox_mount_point_provider.h
+++ b/webkit/fileapi/sandbox_mount_point_provider.h
@@ -99,6 +99,7 @@ class SandboxMountPointProvider
const GURL& url,
int64 offset,
FileSystemContext* context) const OVERRIDE;
+ virtual FileSystemQuotaUtil* GetQuotaUtil() OVERRIDE { return this; }
FilePath old_base_path() const;
FilePath new_base_path() const;
@@ -155,7 +156,6 @@ class SandboxMountPointProvider
virtual void InvalidateUsageCache(const GURL& origin_url,
FileSystemType type) OVERRIDE;
- FileSystemQuotaUtil* quota_util() { return this; }
void CollectOpenFileSystemMetrics(base::PlatformFileError error_code);
private:

Powered by Google App Engine
This is Rietveld 408576698