Index: content/app/content_main_runner.cc |
diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc |
index 38bf1cb326089324cd6fe4b152ddad8e02f4655f..69eb8c28fd9229d941110ea77c3846a632fbc672 100644 |
--- a/content/app/content_main_runner.cc |
+++ b/content/app/content_main_runner.cc |
@@ -333,6 +333,7 @@ int RunZygote(const MainFunctionParams& main_function_params, |
InitializeStatsTable(command_line); |
MainFunctionParams main_params(command_line); |
+ main_params.zygote_child = true; |
for (size_t i = 0; i < arraysize(kMainFunctions); ++i) { |
if (process_type == kMainFunctions[i].name) |