diff --git a/shell/browser/feature_list.cc b/shell/browser/feature_list.cc index 17ccdbaa91..3cfad4277f 100644 --- a/shell/browser/feature_list.cc +++ b/shell/browser/feature_list.cc @@ -60,12 +60,6 @@ void InitializeFeatureList() { // Delayed spellcheck initialization is causing the // 'custom dictionary word list API' spec to crash. std::string(",") + spellcheck::kWinDelaySpellcheckServiceInit.name; - // Refs https://issues.chromium.org/issues/401996981 - // TODO(deepak1556): Remove this once test added in - // https://github.com/electron/electron/pull/12904 - // can work without this feature. - enable_features += std::string(",") + - views::features::kEnableTransparentHwndEnlargement.name; #endif #if BUILDFLAG(IS_MAC)