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

Unified Diff: webkit/chromeos/fileapi/remote_file_system_operation.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: webkit/chromeos/fileapi/remote_file_system_operation.h
diff --git a/webkit/chromeos/fileapi/remote_file_system_operation.h b/webkit/chromeos/fileapi/remote_file_system_operation.h
index ba429c1a0d8ecf1d768a9478b37efe0ee62c904f..f8459e366782fff1667726f8964dc5ac6f28ef31 100644
--- a/webkit/chromeos/fileapi/remote_file_system_operation.h
+++ b/webkit/chromeos/fileapi/remote_file_system_operation.h
@@ -117,8 +117,8 @@ class RemoteFileSystemOperation : public fileapi::FileSystemOperation {
const OpenFileCallback& callback,
base::PlatformFileError result,
base::PlatformFile file,
- base::ProcessHandle peer_handle);
-
+ base::ProcessHandle peer_handle,
+ quota::QuotaLimitType quota_limit_type);
scoped_refptr<fileapi::RemoteFileSystemProxyInterface> remote_proxy_;
// A flag to make sure we call operation only once per instance.

Powered by Google App Engine
This is Rietveld 408576698