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

Unified Diff: webkit/fileapi/file_system_context.h

Issue 7003021: Added DeleteOriginData to QuotaClient (Closed)
Patch Set: Added callback Created 9 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/file_system_context.h
diff --git a/webkit/fileapi/file_system_context.h b/webkit/fileapi/file_system_context.h
index f80e5f0ab0378af2239ea1bc818bbd2d3b26972c..7ebd38f7868fb3df28fd49d2cedfc0eb2794528a 100644
--- a/webkit/fileapi/file_system_context.h
+++ b/webkit/fileapi/file_system_context.h
@@ -8,6 +8,7 @@
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
#include "webkit/quota/special_storage_policy.h"
+#include "webkit/fileapi/file_system_types.h"
Dai Mikurube (NOT FULLTIME) 2011/05/11 09:14:57 Please sort header files in alphabetical order.
tzik (google) 2011/05/11 09:32:56 Done.
class FilePath;
class GURL;
@@ -51,6 +52,8 @@ class FileSystemContext
bool IsStorageUnlimited(const GURL& origin);
void DeleteDataForOriginOnFileThread(const GURL& origin_url);
+ void DeleteDataForOriginAndTypeOnFileThread(const GURL& origin_url,
+ FileSystemType type);
FileSystemPathManager* path_manager() const { return path_manager_.get(); }
quota::QuotaManagerProxy* quota_manager_proxy() const {

Powered by Google App Engine
This is Rietveld 408576698