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

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: Remove extra blank line. Created 6 years, 11 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 0700d7246ca9446cbd7ea68835e995245d14c867..a12bbfc51bf86df1a07a91c1250949af15f03f5b 100644
--- a/ui/base/ime/dummy_input_method.cc
+++ b/ui/base/ime/dummy_input_method.cc
@@ -79,6 +79,9 @@ bool DummyInputMethod::IsCandidatePopupOpen() const {
return false;
}
+void DummyInputMethod::ShowImeIfNeeded() {
+}
+
void DummyInputMethod::AddObserver(InputMethodObserver* observer) {
}

Powered by Google App Engine
This is Rietveld 408576698