| 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..16f51c2971088648d81bec7ae2448c8af03373b7 100644
|
| --- a/content/public/browser/utility_process_host.h
|
| +++ b/content/public/browser/utility_process_host.h
|
| @@ -61,6 +61,9 @@ class UtilityProcessHost : public IPC::Sender,
|
| // Make the process run without a sandbox.
|
| virtual void DisableSandbox() = 0;
|
|
|
| + // Make the process run elevated.
|
| + virtual void ElevatePrivileges() = 0;
|
| +
|
| // 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;
|
|
|