summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/input_method/textinput_test_helper.h
diff options
context:
space:
mode:
authordmazzoni@google.com <dmazzoni@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-11 16:44:31 +0000
committerdmazzoni@google.com <dmazzoni@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-11 16:44:31 +0000
commit681c568bdde24a8d438b6bb8b1cca07fba87ed6f (patch)
treea71f0e0fb9b660d5f752d395f0aefdc103b8b924 /chrome/browser/chromeos/input_method/textinput_test_helper.h
parentb699f733749d7db6dfc3225776806733f2c2c9b5 (diff)
downloadchromium_src-681c568bdde24a8d438b6bb8b1cca07fba87ed6f.zip
chromium_src-681c568bdde24a8d438b6bb8b1cca07fba87ed6f.tar.gz
chromium_src-681c568bdde24a8d438b6bb8b1cca07fba87ed6f.tar.bz2
Revert 193662 "Control visibility of the virtual keyboard."
> Control visibility of the virtual keyboard. > > Add an observer to InputMethod. This makes the InputMethod the gatherer of text input state changes, which are then distributed to interested parties. > > The KeyboardController becomes an InputMethod::Observer, and shows/hides the keyboard as appropriate. > > BUG=227128 > > Review URL: https://chromiumcodereview.appspot.com/13207003 TBR=bryeung@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193666 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/input_method/textinput_test_helper.h')
-rw-r--r--chrome/browser/chromeos/input_method/textinput_test_helper.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/browser/chromeos/input_method/textinput_test_helper.h b/chrome/browser/chromeos/input_method/textinput_test_helper.h
index d6aa8e7..e1f5940 100644
--- a/chrome/browser/chromeos/input_method/textinput_test_helper.h
+++ b/chrome/browser/chromeos/input_method/textinput_test_helper.h
@@ -70,14 +70,12 @@ class TextInputTestHelper : public ui::MockInputMethod::Observer {
WAIT_ON_TEXT_INPUT_TYPE_CHANGED,
};
- // ui::MockInputMethod::MockObserver overrides.
+ // ui::MockInputMethod::Observer overrides.
virtual void OnTextInputTypeChanged(
const ui::TextInputClient* client) OVERRIDE;
virtual void OnFocus() OVERRIDE;
virtual void OnBlur() OVERRIDE;
virtual void OnCaretBoundsChanged(const ui::TextInputClient* client) OVERRIDE;
- virtual void OnTextInputStateChanged(
- const ui::TextInputClient* client) OVERRIDE;
// Represents waiting type of text input event.
WaitImeEventType waiting_type_;