| 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 5f280c6d58a526e9cb4b7477ff267bfac6240855..efd06b81e8dad82d1220f120aa2b8f36c9f73021 100644
|
| --- a/content/public/browser/utility_process_host.h
|
| +++ b/content/public/browser/utility_process_host.h
|
| @@ -50,6 +50,9 @@ class UtilityProcessHost : public IPC::Sender,
|
| // the operation.
|
| virtual void SetExposedDir(const base::FilePath& dir) = 0;
|
|
|
| + // Allows a mdns to use network in sandbox.
|
| + virtual void EnableMDns() = 0;
|
| +
|
| // Make the process run without a sandbox.
|
| virtual void DisableSandbox() = 0;
|
|
|
|
|