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..1f027a8610b529c771ad28689c62c1d25fae6017 100644 |
--- a/content/public/browser/utility_process_host.h |
+++ b/content/public/browser/utility_process_host.h |
@@ -55,16 +55,12 @@ class UtilityProcessHost : public IPC::Sender, |
// the operation. |
virtual void SetExposedDir(const base::FilePath& dir) = 0; |
- // Allows a mdns to use network in sandbox. |
+ // Perform presandbox initialization for mDNS. |
virtual void EnableMDns() = 0; |
// Make the process run without a sandbox. |
virtual void DisableSandbox() = 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; |
- |
// Returns information about the utility child process. |
virtual const ChildProcessData& GetData() = 0; |