DescriptionUpdate |current_input_method_| before notifying observers to fix Aura browser_tests.
Otherwise, InputMethodMenu might crash with DCHECK if the following conditions are all met:
- Debug build
- An instance of InputMethodMenu or InputMethodMenuButton is created before the first SetImeConfig() call is made. Note that aura_shell::Shell::Init() does this.
- More than 1 layout IDs are passed to SetImeConfig(). Currently, on Chrome (or on browser_tests) start up, 5-6 layouts (Qwerty, Dvorak, ..) are passed by default.
BUG=chromium:103503
TEST=ran try
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=111049
Patch Set 1 : review #
Messages
Total messages: 4 (0 generated)
|