summaryrefslogtreecommitdiff
path: root/chromium/content/app/content_main_runner_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/app/content_main_runner_impl.cc')
-rw-r--r--chromium/content/app/content_main_runner_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/content/app/content_main_runner_impl.cc b/chromium/content/app/content_main_runner_impl.cc
index 0369988d1ae..0bd3a3a26e7 100644
--- a/chromium/content/app/content_main_runner_impl.cc
+++ b/chromium/content/app/content_main_runner_impl.cc
@@ -1091,7 +1091,7 @@ int ContentMainRunnerImpl::RunBrowser(MainFunctionParams main_params,
if (!mojo_ipc_support_) {
const ContentMainDelegate::InvokedInBrowserProcess invoked_in_browser{
- .is_running_test = !main_params.ui_task.is_null()};
+ /*.is_running_test =*/ !main_params.ui_task.is_null()};
if (delegate_->ShouldCreateFeatureList(invoked_in_browser)) {
// This is intentionally leaked since it needs to live for the duration
// of the process and there's no benefit in cleaning it up at exit.