Chromium Code Reviews
DescriptionRegister IME extension after loading it succesfully.
IME component is loaded by InputMethodManagerImpl::LoadNecessaryComponentExtensions(), which bypass the default extension loading path ComponentLoader::AddDefaultComponentExtensions(), thus it doesn't register itself with ExtensionPrefValueMap and causes the NOTREACHED() error. To solve this, we manually register the IME extension after loading it successfully.
BUG=454513
Committed: https://crrev.com/e64b0adc2383d929181822010194a43a052525e2
Cr-Commit-Position: refs/heads/master@{#386535}
Patch Set 1 #
Total comments: 3
Patch Set 2 : Address shuchen@'s comments. #Messages
Total messages: 13 (6 generated)
|