[Chromoting] Decouple DesktopView and TouchInputHandler
This change decouples DesktopView(Interface) and TouchInputHandler(Interface) by removing routing functions DesktopViewInterface.onSoftInputMethodVisibilityChanged and DesktopViewInterface.setInputStrategy. After this change, TouchInputHandler takes responsibility to listen to onInputModeChanged and onSoftInputMethodVisibilityChanged events of Desktop activity directly. This is part remoting desktop Android client refactor work, a design doc is @ https://goo.gl/MA6zjx. BUG=615277 Review-Url: https://codereview.chromium.org/2035303002 Cr-Commit-Position: refs/heads/master@{#398192}
Showing
Please register or sign in to comment