Commit 813fb33c authored by Henrique Nakashima's avatar Henrique Nakashima Committed by Commit Bot

Fix forcing of in-process Network Service in Reduced Mode.

Bug: 990026
Change-Id: Iacc19b3449ac927e2c98ad8a16b4b5f6c793e302
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731912Reviewed-by: default avatarJohn Abd-El-Malek <jam@chromium.org>
Commit-Queue: Henrique Nakashima <hnakashima@chromium.org>
Cr-Commit-Position: refs/heads/master@{#683461}
parent e0bedc90
...@@ -941,11 +941,11 @@ int ContentMainRunnerImpl::RunServiceManager(MainFunctionParams& main_params, ...@@ -941,11 +941,11 @@ int ContentMainRunnerImpl::RunServiceManager(MainFunctionParams& main_params,
} }
} }
#endif #endif
}
if (force_in_process) { if (force_in_process) {
// This must be called before creating the ServiceManagerContext. // This must be called before creating the ServiceManagerContext.
ForceInProcessNetworkService(true); ForceInProcessNetworkService(true);
}
} }
discardable_shared_memory_manager_ = discardable_shared_memory_manager_ =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment