Index: content/public/common/sandboxed_process_launcher_delegate.cc |
diff --git a/content/public/common/sandboxed_process_launcher_delegate.cc b/content/public/common/sandboxed_process_launcher_delegate.cc |
index 5435816be6d268f9a285b5b4ea3fcb4a99c07b84..e0204c48e34e864f0a25eebc47a82921b3a9c867 100644 |
--- a/content/public/common/sandboxed_process_launcher_delegate.cc |
+++ b/content/public/common/sandboxed_process_launcher_delegate.cc |
@@ -26,11 +26,9 @@ |
} |
#elif(OS_POSIX) |
-#if !defined(OS_MACOSX) && !defined(OS_ANDROID) |
-ZygoteHandle* SandboxedProcessLauncherDelegate::GetZygote() { |
- return nullptr; |
+bool SandboxedProcessLauncherDelegate::ShouldUseZygote() { |
+ return false; |
} |
-#endif // !defined(OS_MACOSX) && !defined(OS_ANDROID) |
base::EnvironmentMap SandboxedProcessLauncherDelegate::GetEnvironment() { |
return base::EnvironmentMap(); |