Skip to content

Commit 32e7565

Browse files
clavinjkleinsc
authored andcommitted
1 parent 0385b5c commit 32e7565

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

shell/browser/feature_list.cc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,6 @@ void InitializeFeatureList() {
6060
// Delayed spellcheck initialization is causing the
6161
// 'custom dictionary word list API' spec to crash.
6262
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;
6963
#endif
7064

7165
#if BUILDFLAG(IS_MAC)

0 commit comments

Comments
 (0)