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

Unified Diff: chrome/browser/web_resource/json_asynchronous_unpacker.cc

Issue 55133005: Remove EnableZygote API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 months 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/web_resource/json_asynchronous_unpacker.cc
diff --git a/chrome/browser/web_resource/json_asynchronous_unpacker.cc b/chrome/browser/web_resource/json_asynchronous_unpacker.cc
index a0f242f907bc6643eb9ae58d58a690a56b3db357..9135cc5753a8e444a4d4883d15e2f8c7f7cf3410 100644
--- a/chrome/browser/web_resource/json_asynchronous_unpacker.cc
+++ b/chrome/browser/web_resource/json_asynchronous_unpacker.cc
@@ -89,7 +89,6 @@ class JSONAsynchronousUnpackerImpl
const std::string& json_data) {
UtilityProcessHost* host = UtilityProcessHost::Create(
this, BrowserThread::GetMessageLoopProxyForThread(thread_id).get());
- host->EnableZygote();
// TODO(mrc): get proper file path when we start using web resources
// that need to be unpacked.
host->Send(new ChromeUtilityMsg_UnpackWebResource(json_data));

Powered by Google App Engine
This is Rietveld 408576698