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

Unified Diff: chrome/browser/chromeos/input_method/textinput_test_helper.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: Fix ash_unittests 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: 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 44c33715edc60a618b8ef1a013160878959d7e82..d28fa675472e412655065d8a696d3e4de84af5e8 100644
--- a/chrome/browser/chromeos/input_method/textinput_test_helper.cc
+++ b/chrome/browser/chromeos/input_method/textinput_test_helper.cc
@@ -78,6 +78,9 @@ void TextInputTestHelper::OnTextInputTypeChanged(
base::MessageLoop::current()->Quit();
}
+void TextInputTestHelper::OnShowImeIfNeeded() {
+}
+
void TextInputTestHelper::OnInputMethodDestroyed(
const ui::InputMethod* input_method) {
}
« no previous file with comments | « chrome/browser/chromeos/input_method/textinput_test_helper.h ('k') | chrome/browser/ui/omnibox/omnibox_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698