Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2064)

Unified Diff: content/public/browser/utility_process_host.h

Issue 55133005: Remove EnableZygote API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unused |use_linux_zygote_| member variable. Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/utility_process_host_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « content/browser/utility_process_host_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698