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

Unified Diff: content/browser/utility_process_host_impl.h

Issue 2848603003: Remove unused copies of EarlyZygoteLaunch() (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.h
diff --git a/content/browser/utility_process_host_impl.h b/content/browser/utility_process_host_impl.h
index 23da5be3f9d1c107d25d9b745cdfb6f68a3c4ebc..76dc3550712997100bd693a902aaa05c91e5409f 100644
--- a/content/browser/utility_process_host_impl.h
+++ b/content/browser/utility_process_host_impl.h
@@ -63,11 +63,6 @@ class CONTENT_EXPORT UtilityProcessHostImpl
void set_child_flags(int flags) { child_flags_ = flags; }
-#if defined(OS_POSIX) && !defined(OS_ANDROID) && !defined(OS_MACOSX)
- // Launch the zygote early in the browser startup.
- static void EarlyZygoteLaunch();
-#endif // defined(OS_POSIX) && !defined(OS_ANDROID) && !defined(OS_MACOSX)
-
private:
// Starts a process if necessary. Returns true if it succeeded or a process
// has already been started via StartBatchMode().

Powered by Google App Engine
This is Rietveld 408576698