[VK] Remove unused WindowObserver events.
KeyboardController listens to WindowObserver events on the parent container window. It updates the observer whenever the keyboard moves to a different display by removing the observer on the old root window and adding the observer on the new root window. See original patch that added the code: https://crrev.com/1008453002 We don't really need to do this as we already do that in Activate/ Deactivate keyboard. Bug: 845780 Change-Id: Idc25d5beadbe1f2233e184fd1c189a3fde05aa50 Reviewed-on: https://chromium-review.googlesource.com/1113714 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by:Yuichiro Hanada <yhanada@chromium.org> Cr-Commit-Position: refs/heads/master@{#570970}
Showing
Please register or sign in to comment