summaryrefslogtreecommitdiffstats
path: root/chrome/browser/utility_process_host.h
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-19 00:27:24 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-19 00:27:24 +0000
commit0f5c815c4ce3a1b970ae4b9a47f4a5001e5ec50c (patch)
tree0a360bad68bb39d8f87aa7f6136992946264a7d5 /chrome/browser/utility_process_host.h
parent206743c88c222ed96d727da98e16ca19e2aac59e (diff)
downloadchromium_src-0f5c815c4ce3a1b970ae4b9a47f4a5001e5ec50c.zip
chromium_src-0f5c815c4ce3a1b970ae4b9a47f4a5001e5ec50c.tar.gz
chromium_src-0f5c815c4ce3a1b970ae4b9a47f4a5001e5ec50c.tar.bz2
Remove the utility process unit tests to simplify the utility process code a little (helpeful to make it use ChildProcessLauncher). Note that the test isn't needed anymore as a unit test because since it was written, there have been a couple of tests that exercise this code path through browser_tests. They use sandboxed utility processes so it's more equivalent to what the user experiences.
Review URL: http://codereview.chromium.org/402074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32446 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/utility_process_host.h')
-rw-r--r--chrome/browser/utility_process_host.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/utility_process_host.h b/chrome/browser/utility_process_host.h
index 773b515..f7f35e2 100644
--- a/chrome/browser/utility_process_host.h
+++ b/chrome/browser/utility_process_host.h
@@ -101,9 +101,6 @@ class UtilityProcessHost : public ChildProcessHost {
protected:
// Allow these methods to be overridden for tests.
virtual FilePath GetUtilityProcessCmd();
- virtual bool UseSandbox() {
- return true;
- }
private:
// Starts a process. Returns true iff it succeeded.