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

Unified Diff: ui/base/ime/input_method_chromeos.h

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/input_method_base_unittest.cc ('k') | ui/base/ime/input_method_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/input_method_chromeos.h
diff --git a/ui/base/ime/input_method_chromeos.h b/ui/base/ime/input_method_chromeos.h
index 1022b04eab53a73807587b92b74ff49cafef3170..5b1826ce85db8499b1975bf35a7b1aa8cec69046 100644
--- a/ui/base/ime/input_method_chromeos.h
+++ b/ui/base/ime/input_method_chromeos.h
@@ -62,6 +62,8 @@ class UI_BASE_EXPORT InputMethodChromeOS
TextInputClient* focused) override;
virtual void OnDidChangeFocusedClient(TextInputClient* focused_before,
TextInputClient* focused) override;
+ virtual void SetSupportsOnScreenKeyboard(bool supported) override;
+ virtual bool SupportsOnScreenKeyboard() const override;
// Asks the client to confirm current composition text.
void ConfirmCompositionText();
@@ -142,6 +144,10 @@ class UI_BASE_EXPORT InputMethodChromeOS
// Indicates if the composition text is changed or deleted.
bool composition_changed_;
+ // Indiciates that focusing an input field will bring up an on-screen
+ // keyboard.
+ bool on_screen_keyboard_supported_;
+
// The latest id of key event.
uint32 current_keyevent_id_;
« no previous file with comments | « ui/base/ime/input_method_base_unittest.cc ('k') | ui/base/ime/input_method_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698