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

Unified Diff: chrome/browser/chromeos/input_method/textinput_test_helper.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
Index: chrome/browser/chromeos/input_method/textinput_test_helper.cc
diff --git a/chrome/browser/chromeos/input_method/textinput_test_helper.cc b/chrome/browser/chromeos/input_method/textinput_test_helper.cc
index b4c601a439e7029b382f32a689225e2edae585bb..ddbc83b6ae1caca0749b03c01b3eab6bcdb7ed04 100644
--- a/chrome/browser/chromeos/input_method/textinput_test_helper.cc
+++ b/chrome/browser/chromeos/input_method/textinput_test_helper.cc
@@ -82,6 +82,9 @@ void TextInputTestHelper::OnTextInputTypeChanged(
void TextInputTestHelper::OnShowImeIfNeeded() {
}
+void TextInputTestHelper::OnKeyboardBoundsUnchanged() {
+}
+
void TextInputTestHelper::OnInputMethodDestroyed(
const ui::InputMethod* input_method) {
}

Powered by Google App Engine
This is Rietveld 408576698