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

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

Issue 826713002: [ChromeOS] Show autofill popup after keyboard (if any) is shown. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 700e793dd81f66e0fcf392ad9ebc4cdfe42c0528..d4aa9e41d5de36e08c84c0d02d240ef25ce62f03 100644
--- a/ui/base/ime/dummy_input_method.cc
+++ b/ui/base/ime/dummy_input_method.cc
@@ -86,6 +86,13 @@ bool DummyInputMethod::IsCandidatePopupOpen() const {
void DummyInputMethod::ShowImeIfNeeded() {
}
+void DummyInputMethod::SetSupportsOnScreenKeyboard(bool supports) {
+}
+
+bool DummyInputMethod::SupportsOnScreenKeyboard() const {
+ return false;
+}
+
void DummyInputMethod::AddObserver(InputMethodObserver* observer) {
}

Powered by Google App Engine
This is Rietveld 408576698