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

Unified Diff: content/public/browser/utility_process_host.h

Issue 19737002: Enable sandbox in local discovery utility process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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: content/public/browser/utility_process_host.h
diff --git a/content/public/browser/utility_process_host.h b/content/public/browser/utility_process_host.h
index 5f280c6d58a526e9cb4b7477ff267bfac6240855..efd06b81e8dad82d1220f120aa2b8f36c9f73021 100644
--- a/content/public/browser/utility_process_host.h
+++ b/content/public/browser/utility_process_host.h
@@ -50,6 +50,9 @@ class UtilityProcessHost : public IPC::Sender,
// the operation.
virtual void SetExposedDir(const base::FilePath& dir) = 0;
+ // Allows a mdns to use network in sandbox.
+ virtual void EnableMDns() = 0;
+
// Make the process run without a sandbox.
virtual void DisableSandbox() = 0;

Powered by Google App Engine
This is Rietveld 408576698