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

Unified Diff: chrome/browser/local_discovery/service_discovery_host_client.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
« no previous file with comments | « chrome/browser/image_decoder.cc ('k') | chrome/browser/media_galleries/fileapi/safe_audio_video_checker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/local_discovery/service_discovery_host_client.cc
diff --git a/chrome/browser/local_discovery/service_discovery_host_client.cc b/chrome/browser/local_discovery/service_discovery_host_client.cc
index d94bb5255393f873bb601ae46fde9c1b52d5080e..b77529147972e7649ae9c11370d2c9671f9566b0 100644
--- a/chrome/browser/local_discovery/service_discovery_host_client.cc
+++ b/chrome/browser/local_discovery/service_discovery_host_client.cc
@@ -235,7 +235,6 @@ void ServiceDiscoveryHostClient::StartOnIOThread() {
utility_host_ = UtilityProcessHost::Create(
this, base::MessageLoopProxy::current().get())->AsWeakPtr();
if (utility_host_) {
- utility_host_->EnableZygote();
utility_host_->EnableMDns();
utility_host_->StartBatchMode();
« no previous file with comments | « chrome/browser/image_decoder.cc ('k') | chrome/browser/media_galleries/fileapi/safe_audio_video_checker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698