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

Unified Diff: mojo/services/keyboard/public/interfaces/keyboard.mojom

Issue 1089163005: Make the keyboard reappear when you tap on a text field after having dismissed the keyboard. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Turns out you don't want the InputMethodManager.SHOW_FORCED flag set in this case. Created 5 years, 8 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 | « no previous file | services/keyboard/org/chromium/mojo/keyboard/KeyboardServiceImpl.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/keyboard/public/interfaces/keyboard.mojom
diff --git a/mojo/services/keyboard/public/interfaces/keyboard.mojom b/mojo/services/keyboard/public/interfaces/keyboard.mojom
index d316513a6ae0d4fee9cea017214ce6b947797877..4ed4eb2b412184929303244a2ffa0fb832c2d9a5 100644
--- a/mojo/services/keyboard/public/interfaces/keyboard.mojom
+++ b/mojo/services/keyboard/public/interfaces/keyboard.mojom
@@ -29,5 +29,6 @@ interface KeyboardClient {
interface KeyboardService {
Show(KeyboardClient client);
+ ShowByRequest();
Hide();
};
« no previous file with comments | « no previous file | services/keyboard/org/chromium/mojo/keyboard/KeyboardServiceImpl.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698