Chromium Code Reviews
DescriptionAllow input.ime.activate() to be called from a non-user-action for the first time.
Currently, input.ime.activate() is only allowed to be called from a user action. This will bring a lot of efforts to activate the engine if user shut down and restart chrome. We want to make an exception that, if the user allows to activate the extension by default, then the extension could successfully call activate() when loaded, and only for once. That means, it still needs from user action if calling input.ime.activate() many times.
BUG=517773
TEST=None
Committed: https://crrev.com/035cd6af08529a2084e251a6115e63a13f97ff3d
Cr-Commit-Position: refs/heads/master@{#384750}
Patch Set 1 #
Total comments: 4
Patch Set 2 : Rename |allow_to_active| as |warning_bubble_never_show|. #Messages
Total messages: 12 (5 generated)
|