[VK] Remove useless ShowVirtualKeyboard call in browser test.
There is a call to ShowVirtualKeyboard in DefaultKeyboardExtensionBrowserTest::GetKeyboardWebContents, which is quite confusing, because the virtual keyboard should be showing up from focus/clicking and not an explicit call. I don't really know why that code is there (maybe it's to load the extension). However, when --enable-virtual-keyboard flag is on, we begin loading the extension anyway. Bug: 849995 Change-Id: Icae6c405ccde304ece80456190802012e487ebc5 Reviewed-on: https://chromium-review.googlesource.com/1215432 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by:Yuichiro Hanada <yhanada@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#590552}
Showing
Please register or sign in to comment