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

Unified Diff: content/browser/fileapi/fileapi_message_filter.h

Issue 14265022: [Quota][FileAPI] Add quota policy to FileSystemOperationContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: drop .gitmodule change Created 7 years, 8 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: content/browser/fileapi/fileapi_message_filter.h
diff --git a/content/browser/fileapi/fileapi_message_filter.h b/content/browser/fileapi/fileapi_message_filter.h
index a3eea1eba182dbd9bc791d10f1dc1ebb8ccd2833..f9c6d5b2be8af96e7479425393bfeec28a06c055 100644
--- a/content/browser/fileapi/fileapi_message_filter.h
+++ b/content/browser/fileapi/fileapi_message_filter.h
@@ -18,6 +18,7 @@
#include "content/public/browser/browser_message_filter.h"
#include "webkit/blob/blob_data.h"
#include "webkit/fileapi/file_system_types.h"
+#include "webkit/quota/quota_types.h"
class GURL;
@@ -143,7 +144,8 @@ class FileAPIMessageFilter : public BrowserMessageFilter {
const GURL& path,
base::PlatformFileError result,
base::PlatformFile file,
- base::ProcessHandle peer_handle);
+ base::ProcessHandle peer_handle,
+ quota::QuotaLimitType quota_policy);
void DidWrite(int request_id,
base::PlatformFileError result,
int64 bytes,

Powered by Google App Engine
This is Rietveld 408576698