diff options
author | jorgelo@chromium.org <jorgelo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-05 04:36:51 +0000 |
---|---|---|
committer | jorgelo@chromium.org <jorgelo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-05 04:36:51 +0000 |
commit | dc120e74f2edb0eb842dc875dd61dc0e0ae9f6c5 (patch) | |
tree | dbab70218756fb5fa5394fd18046c09fe4eebc10 /chrome/browser/safe_json_parser.cc | |
parent | ec53944fab6378b54a1bc4bb19231ba05ca19d56 (diff) | |
download | chromium_src-dc120e74f2edb0eb842dc875dd61dc0e0ae9f6c5.zip chromium_src-dc120e74f2edb0eb842dc875dd61dc0e0ae9f6c5.tar.gz chromium_src-dc120e74f2edb0eb842dc875dd61dc0e0ae9f6c5.tar.bz2 |
Remove EnableZygote API.
EnableZygote exposes an implementation detail. The utility process
already has a DisableSandbox method, and a SetExposedDir method
that we can use to disable the zygote.
BUG=None
TEST=browser_tests, launch Chrome and install an extension.
Review URL: https://codereview.chromium.org/55133005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232906 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/safe_json_parser.cc')
-rw-r--r-- | chrome/browser/safe_json_parser.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/safe_json_parser.cc b/chrome/browser/safe_json_parser.cc index f3a881f..8ce8e6a 100644 --- a/chrome/browser/safe_json_parser.cc +++ b/chrome/browser/safe_json_parser.cc @@ -32,7 +32,6 @@ void SafeJsonParser::StartWorkOnIOThread() { DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); UtilityProcessHost* host = UtilityProcessHost::Create(this, base::MessageLoopProxy::current().get()); - host->EnableZygote(); host->Send(new ChromeUtilityMsg_ParseJSON(unsafe_json_)); } |