We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0385b5c commit 32e7565Copy full SHA for 32e7565
1 file changed
shell/browser/feature_list.cc
@@ -60,12 +60,6 @@ void InitializeFeatureList() {
60
// Delayed spellcheck initialization is causing the
61
// 'custom dictionary word list API' spec to crash.
62
std::string(",") + spellcheck::kWinDelaySpellcheckServiceInit.name;
63
- // Refs https://issues.chromium.org/issues/401996981
64
- // TODO(deepak1556): Remove this once test added in
65
- // https://github.com/electron/electron/pull/12904
66
- // can work without this feature.
67
- enable_features += std::string(",") +
68
- views::features::kEnableTransparentHwndEnlargement.name;
69
#endif
70
71
#if BUILDFLAG(IS_MAC)
0 commit comments