summaryrefslogtreecommitdiffstats
path: root/webkit/browser/fileapi/file_system_operation_runner.h
diff options
context:
space:
mode:
authorcsharp@chromium.org <csharp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-01 20:37:21 +0000
committercsharp@chromium.org <csharp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-01 20:37:21 +0000
commit12e9913cd1d7c2c4b3aa49ed006b33b1b1fa5515 (patch)
tree33135f3eb6a4176210de966c4f31f7e81dfec509 /webkit/browser/fileapi/file_system_operation_runner.h
parentef452a2612cc3d1567fb54c2ac444cbaf8adcd5f (diff)
downloadchromium_src-12e9913cd1d7c2c4b3aa49ed006b33b1b1fa5515.zip
chromium_src-12e9913cd1d7c2c4b3aa49ed006b33b1b1fa5515.tar.gz
chromium_src-12e9913cd1d7c2c4b3aa49ed006b33b1b1fa5515.tar.bz2
Revert 232440 "Pepper: Move FileIO host from renderer to browser."
Broke the Linux ASAN Test (2) bot. > Pepper: Move FileIO host from renderer to browser. > > This change is large because it moves QuotaFileIO and PepperFileIOHost all at > once to the browser process. Some code in the refactored PepperFileIOHost is > moved from what's provided in FileAPIMessageFilter. > > Tested locally with Bastion, From Dust, and Angry Bots. > > TBR=jschuh > BUG=246396 > > Review URL: https://codereview.chromium.org/33053002 TBR=teravest@chromium.org Review URL: https://codereview.chromium.org/51213008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232460 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/browser/fileapi/file_system_operation_runner.h')
-rw-r--r--webkit/browser/fileapi/file_system_operation_runner.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/webkit/browser/fileapi/file_system_operation_runner.h b/webkit/browser/fileapi/file_system_operation_runner.h
index fba6b1c..b19a700 100644
--- a/webkit/browser/fileapi/file_system_operation_runner.h
+++ b/webkit/browser/fileapi/file_system_operation_runner.h
@@ -145,6 +145,7 @@ class WEBKIT_STORAGE_BROWSER_EXPORT FileSystemOperationRunner
// This function is used only by Pepper as of writing.
OperationID OpenFile(const FileSystemURL& url,
int file_flags,
+ base::ProcessHandle peer_handle,
const OpenFileCallback& callback);
// Creates a local snapshot file for a given |url| and returns the
@@ -273,7 +274,8 @@ class WEBKIT_STORAGE_BROWSER_EXPORT FileSystemOperationRunner
const OpenFileCallback& callback,
base::PlatformFileError rv,
base::PlatformFile file,
- const base::Closure& on_close_callback);
+ const base::Closure& on_close_callback,
+ base::ProcessHandle peer_handle);
void DidCreateSnapshot(
const OperationHandle& handle,
const SnapshotFileCallback& callback,