| Index: content/public/browser/utility_process_host.h
|
| diff --git a/content/public/browser/utility_process_host.h b/content/public/browser/utility_process_host.h
|
| index 2cff030e1f788d2a893c491ce177b97a4280824c..26af2b680d872f8872f36152b6c8d9845048dd9b 100644
|
| --- a/content/public/browser/utility_process_host.h
|
| +++ b/content/public/browser/utility_process_host.h
|
| @@ -61,6 +61,11 @@ class UtilityProcessHost : public IPC::Sender,
|
| // Make the process run without a sandbox.
|
| virtual void DisableSandbox() = 0;
|
|
|
| +#if defined(OS_WIN)
|
| + // Make the process run elevated.
|
| + virtual void ElevatePrivileges() = 0;
|
| +#endif
|
| +
|
| // If the sandbox is being used and we are on Linux, launch the process from
|
| // the zygote. Can only be used for tasks that do not require FS access.
|
| virtual void EnableZygote() = 0;
|
|
|