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

Unified Diff: components/nacl/browser/nacl_process_host.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: components/nacl/browser/nacl_process_host.cc
diff --git a/components/nacl/browser/nacl_process_host.cc b/components/nacl/browser/nacl_process_host.cc
index fb5117249c7c31d2b2c538b3770f122dc8f17e1b..affe390073082d1e6fa7604ec42581e90800d558 100644
--- a/components/nacl/browser/nacl_process_host.cc
+++ b/components/nacl/browser/nacl_process_host.cc
@@ -181,7 +181,7 @@ class NaClSandboxedProcessLauncherDelegate
}
}
#elif defined(OS_POSIX) && !defined(OS_MACOSX)
- content::ZygoteHandle* GetZygote() override {
+ content::ZygoteHandle GetZygote() override {
return content::GetGenericZygote();
}
#endif // OS_WIN
« no previous file with comments | « no previous file | content/browser/browser_main_loop.cc » ('j') | content/browser/child_process_launcher_helper_linux.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698