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

Unified Diff: ui/base/ime/dummy_input_method.cc

Issue 29943002: Limit display of the virtual keyboard to state changes triggered from a user gesture. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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
Index: ui/base/ime/dummy_input_method.cc
diff --git a/ui/base/ime/dummy_input_method.cc b/ui/base/ime/dummy_input_method.cc
index 2fc206dee5d5e1aacdcc0cb6a7fc3a8040f2227a..a4268353ff7659f620d9f30611d375b2550f2708 100644
--- a/ui/base/ime/dummy_input_method.cc
+++ b/ui/base/ime/dummy_input_method.cc
@@ -91,6 +91,9 @@ bool DummyInputMethod::IsCandidatePopupOpen() const {
return false;
}
+void DummyInputMethod::ShowVirtualKeyboard() {
+}
+
void DummyInputMethod::AddObserver(InputMethodObserver* observer) {
}

Powered by Google App Engine
This is Rietveld 408576698