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

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: . Created 6 years, 5 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
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

Powered by Google App Engine
This is Rietveld 408576698