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

Unified Diff: content/browser/utility_process_host_impl.cc

Issue 2850903002: Clean up Linux zygote creation code (Closed)
Patch Set: Created 3 years, 8 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/browser/utility_process_host_impl.cc
diff --git a/content/browser/utility_process_host_impl.cc b/content/browser/utility_process_host_impl.cc
index d8f11f6edb610d31631bffd155151a12994a95c6..ca604b46f0445a946247cccde55798a26bc34d72 100644
--- a/content/browser/utility_process_host_impl.cc
+++ b/content/browser/utility_process_host_impl.cc
@@ -100,7 +100,7 @@ class UtilitySandboxedProcessLauncherDelegate
#elif defined(OS_POSIX)
#if !defined(OS_MACOSX) && !defined(OS_ANDROID)
- ZygoteHandle* GetZygote() override {
+ ZygoteHandle GetZygote() override {
if (no_sandbox_ || !exposed_dir_.empty())
return nullptr;
return GetGenericZygote();

Powered by Google App Engine
This is Rietveld 408576698