diff --git a/app/brave_main_delegate.cc b/app/brave_main_delegate.cc index fefd01ef52c1..eb1ef2193677 100644 --- a/app/brave_main_delegate.cc +++ b/app/brave_main_delegate.cc @@ -151,8 +151,8 @@ bool BraveMainDelegate::BasicStartupComplete(int* exit_code) { autofill::features::kAutofillServerCommunication.name, network::features::kNetworkService.name, unified_consent::kUnifiedConsent.name, -#if !BUILDFLAG(ENABLE_BRAVE_TRANSLATE) - translate::kTranslateUI.name, +#if !defined(CHROME_MULTIPLE_DLL_CHILD) && !BUILDFLAG(ENABLE_BRAVE_TRANSLATE) + translate::kTranslateUI.name, // only available in browser process #endif }; command_line.AppendFeatures(enabled_features, disabled_features);