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

Unified Diff: chrome/browser/image_decoder.cc

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
Index: chrome/browser/image_decoder.cc
diff --git a/chrome/browser/image_decoder.cc b/chrome/browser/image_decoder.cc
index b5b71668a3bc7bc1ca11c765f38b857a6726ad6e..b49c1b9e42d0fb906ad445ef934fa92110006039 100644
--- a/chrome/browser/image_decoder.cc
+++ b/chrome/browser/image_decoder.cc
@@ -60,7 +60,6 @@ void ImageDecoder::DecodeImageInSandbox(
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
UtilityProcessHost* utility_process_host;
utility_process_host = UtilityProcessHost::Create(this, task_runner_.get());
- utility_process_host->EnableZygote();
if (image_codec_ == ROBUST_JPEG_CODEC) {
utility_process_host->Send(
new ChromeUtilityMsg_RobustJPEGDecodeImage(image_data));
« no previous file with comments | « chrome/browser/extensions/webstore_install_helper.cc ('k') | chrome/browser/local_discovery/service_discovery_host_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698