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

Side by Side Diff: ui/keyboard/webui/keyboard.mojom

Issue 328303008: athena: Use mojo to provide the bindings for the virtual keyboard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge Created 6 years, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ui/keyboard/webui/DEPS ('k') | ui/keyboard/webui/vk_mojo_handler.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 [Client=KeyboardAPI]
2 interface KeyboardUIHandlerMojo {
3 SendKeyEvent(string event_type,
4 int32 char_value,
5 int32 key_code,
6 string key_name,
7 int32 modifiers);
8
9 HideKeyboard();
10 };
11
12 interface KeyboardAPI {
13 OnTextInputTypeChanged(string input_type);
14 };
OLDNEW
« no previous file with comments | « ui/keyboard/webui/DEPS ('k') | ui/keyboard/webui/vk_mojo_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698