| Index: content/browser/android/sandboxed_process_launcher.h
|
| diff --git a/content/browser/android/sandboxed_process_launcher.h b/content/browser/android/sandboxed_process_launcher.h
|
| index 13b36da5a5b6172d916c0d234707831d8cacb614..64deaac7132c2bdf03ce6ed1435d3f4843525a62 100644
|
| --- a/content/browser/android/sandboxed_process_launcher.h
|
| +++ b/content/browser/android/sandboxed_process_launcher.h
|
| @@ -9,9 +9,9 @@
|
|
|
| #include "base/callback.h"
|
| #include "base/command_line.h"
|
| -#include "base/global_descriptors_posix.h"
|
| #include "base/platform_file.h"
|
| #include "base/process.h"
|
| +#include "content/public/browser/file_descriptor_info.h"
|
|
|
| namespace content {
|
|
|
| @@ -22,8 +22,7 @@ typedef base::Callback<void(base::ProcessHandle)> StartSandboxedProcessCallback;
|
| // retuned if the process could not be created.
|
| void StartSandboxedProcess(
|
| const CommandLine::StringVector& argv,
|
| - int ipc_fd,
|
| - const base::GlobalDescriptors::Mapping& files_to_register,
|
| + const std::vector<FileDescriptorInfo>& files_to_register,
|
| const StartSandboxedProcessCallback& callback);
|
|
|
| // Stops a sandboxed process based on the handle returned form
|
|
|