Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(139)

Unified Diff: ui/keyboard/keyboard_controller.h

Issue 2771793002: End to end test: async focus shouldn't trigger virtual keyboard. (Closed)
Patch Set: Rebase Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/chromeos/virtual_keyboard/inputs.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/keyboard_controller.h
diff --git a/ui/keyboard/keyboard_controller.h b/ui/keyboard/keyboard_controller.h
index 0018cc2df60ea7f4fe574f03cb45a0a5e242fc87..8cb30ea2417a0ac4227454b42acc1c021cb6f043 100644
--- a/ui/keyboard/keyboard_controller.h
+++ b/ui/keyboard/keyboard_controller.h
@@ -178,6 +178,7 @@ class KEYBOARD_EXPORT KeyboardController : public ui::InputMethodObserver,
const gfx::Rect& new_bounds) override;
// InputMethodObserver overrides
+ void OnFocus() override {}
void OnBlur() override {}
void OnCaretBoundsChanged(const ui::TextInputClient* client) override {}
void OnFocus() override {}
« no previous file with comments | « chrome/test/data/chromeos/virtual_keyboard/inputs.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698