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

Unified Diff: ui/base/ime/dummy_text_input_client.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_text_input_client.cc
diff --git a/ui/base/ime/dummy_text_input_client.cc b/ui/base/ime/dummy_text_input_client.cc
index 3adb42095f0042f824f58298db20b99b8b2f7a89..04a234acd272a00a4fa8232b7e0f5707f6dc38f0 100644
--- a/ui/base/ime/dummy_text_input_client.cc
+++ b/ui/base/ime/dummy_text_input_client.cc
@@ -122,4 +122,7 @@ bool DummyTextInputClient::IsEditingCommandEnabled(int command_id) {
void DummyTextInputClient::ExecuteEditingCommand(int command_id) {
}
+void DummyTextInputClient::OnKeyboardBoundsUnchanged() {
+}
+
} // namespace ui

Powered by Google App Engine
This is Rietveld 408576698