refactor: remove spellcheck::kWinDelaySpellcheckServiceInit patch (#48843)

refactor: remove spellcheck::kWinDelaySpellcheckServiceInit patch
This commit is contained in:
Shelley Vohr
2025-11-08 17:26:06 +01:00
committed by GitHub
parent bec1734d63
commit ab0ff5dffc
4 changed files with 1 additions and 770 deletions

View File

@@ -586,6 +586,7 @@ Session::Session(v8::Isolate* isolate, ElectronBrowserContext* browser_context)
if (auto* service =
SpellcheckServiceFactory::GetForContext(browser_context)) {
service->SetHunspellObserver(this);
service->InitializeDictionaries(base::DoNothing());
}
#endif
}