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

Unified Diff: sky/services/keyboard/org/domokit/keyboard/KeyboardServiceImpl.java

Issue 1088793003: Expose sky KeyboardService in android mojo_shell (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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
« sky/framework/shell.dart ('K') | « sky/services/keyboard/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/services/keyboard/org/domokit/keyboard/KeyboardServiceImpl.java
diff --git a/sky/services/keyboard/org/domokit/keyboard/KeyboardServiceImpl.java b/sky/services/keyboard/org/domokit/keyboard/KeyboardServiceImpl.java
index 645cbf12efbb59f97a2751d2a85a4037bce6d8fe..fbf8cfbf7cdc83bac67d3f44b9aa2e04b90f4a81 100644
--- a/sky/services/keyboard/org/domokit/keyboard/KeyboardServiceImpl.java
+++ b/sky/services/keyboard/org/domokit/keyboard/KeyboardServiceImpl.java
@@ -25,6 +25,11 @@ public class KeyboardServiceImpl implements KeyboardService {
private Context mContext;
+ public KeyboardServiceImpl(Context context, MessagePipeHandle pipe) {
+ mContext = context;
+ KeyboardService.MANAGER.bind(this, pipe);
+ }
+
public KeyboardServiceImpl(Context context, Core core, MessagePipeHandle pipe) {
mContext = context;
« sky/framework/shell.dart ('K') | « sky/services/keyboard/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698