Index: webkit/fileapi/sandbox_mount_point_provider.h |
=================================================================== |
--- webkit/fileapi/sandbox_mount_point_provider.h (revision 139069) |
+++ webkit/fileapi/sandbox_mount_point_provider.h (working copy) |
@@ -129,7 +129,6 @@ |
// Deletes the data on the origin and reports the amount of deleted data |
// to the quota manager via |proxy|. |
bool DeleteOriginDataOnFileThread( |
- FileSystemContext* context, |
quota::QuotaManagerProxy* proxy, |
const GURL& origin_url, |
FileSystemType type); |
@@ -143,7 +142,6 @@ |
const std::string& host, |
std::set<GURL>* origins) OVERRIDE; |
virtual int64 GetOriginUsageOnFileThread( |
- FileSystemContext* context, |
const GURL& origin_url, |
FileSystemType type) OVERRIDE; |
virtual void NotifyOriginWasAccessedOnIOThread( |