summaryrefslogtreecommitdiffstats
path: root/content/browser/utility_process_host_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/utility_process_host_impl.h')
-rw-r--r--content/browser/utility_process_host_impl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/browser/utility_process_host_impl.h b/content/browser/utility_process_host_impl.h
index 779bc02..45d2b3f 100644
--- a/content/browser/utility_process_host_impl.h
+++ b/content/browser/utility_process_host_impl.h
@@ -37,6 +37,7 @@ class CONTENT_EXPORT UtilityProcessHostImpl
virtual bool StartBatchMode() OVERRIDE;
virtual void EndBatchMode() OVERRIDE;
virtual void SetExposedDir(const base::FilePath& dir) OVERRIDE;
+ virtual void EnableMDns() OVERRIDE;
virtual void DisableSandbox() OVERRIDE;
virtual void EnableZygote() OVERRIDE;
virtual const ChildProcessData& GetData() OVERRIDE;
@@ -64,6 +65,9 @@ class CONTENT_EXPORT UtilityProcessHostImpl
base::FilePath exposed_dir_;
+ // Whether utility process needs perform presandbox initialization for MDns.
+ bool is_mdns_enabled_;
+
// Whether to pass switches::kNoSandbox to the child.
bool no_sandbox_;