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

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: Disable autofill popup waiting for keyboard when keyboard has been disabled. Created 5 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
« no previous file with comments | « ui/base/ime/dummy_input_method.h ('k') | ui/base/ime/input_method.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..93925e4a46bdb95b9c2608c5f7251c71a1d0c585 100644
--- a/ui/base/ime/dummy_input_method.cc
+++ b/ui/base/ime/dummy_input_method.cc
@@ -86,6 +86,16 @@ bool DummyInputMethod::IsCandidatePopupOpen() const {
void DummyInputMethod::ShowImeIfNeeded() {
}
+void DummyInputMethod::SetSupportsOnScreenKeyboard(bool supports) {
+}
+
+bool DummyInputMethod::SupportsOnScreenKeyboard() const {
+ return false;
+}
+
+void DummyInputMethod::NotifyKeyboardBoundsUnchanged() {
+}
+
void DummyInputMethod::AddObserver(InputMethodObserver* observer) {
}
« no previous file with comments | « ui/base/ime/dummy_input_method.h ('k') | ui/base/ime/input_method.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698