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

Unified Diff: chrome/browser/local_discovery/service_discovery_host_client.cc

Issue 22870011: chrome.mdns API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 7 years, 4 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/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 71ab0ce4bdc93f5d4a581d4991ebf1f30dcf2956..66946a0ddb6ba265b9f0b94ef54253340c843a59 100644
--- a/chrome/browser/local_discovery/service_discovery_host_client.cc
+++ b/chrome/browser/local_discovery/service_discovery_host_client.cc
@@ -225,6 +225,8 @@ void ServiceDiscoveryHostClient::StartOnIOThread() {
utility_host_ = UtilityProcessHost::Create(
this, base::MessageLoopProxy::current().get())->AsWeakPtr();
if (utility_host_) {
+ // Temporary to test things on mac.
+ utility_host_->DisableSandbox();
utility_host_->EnableZygote();
utility_host_->EnableMDns();
utility_host_->StartBatchMode();

Powered by Google App Engine
This is Rietveld 408576698