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

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

Issue 1049993002: Get mojo_shell building inside chromium checkout. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix presubmit Created 5 years, 9 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 | « mojo/services/keyboard/public/interfaces/BUILD.gn ('k') | mojo/services/kiosk_wm/BUILD.gn » ('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/third_party/mojo_services/src/view_manager/public/interfaces/view_manager_constants.mojom b/mojo/services/keyboard/public/interfaces/keyboard.mojom
similarity index 80%
copy from third_party/mojo_services/src/view_manager/public/interfaces/view_manager_constants.mojom
copy to mojo/services/keyboard/public/interfaces/keyboard.mojom
index 14bd36348f1a63040d6dd915c6d686d5166eac25..d11253e40fd08b68c86f64bb4143719090fa594d 100644
--- a/third_party/mojo_services/src/view_manager/public/interfaces/view_manager_constants.mojom
+++ b/mojo/services/keyboard/public/interfaces/keyboard.mojom
@@ -4,7 +4,7 @@
module mojo;
-enum OrderDirection {
- ABOVE = 1,
- BELOW,
+interface Keyboard {
+ Show();
+ Hide();
};
« no previous file with comments | « mojo/services/keyboard/public/interfaces/BUILD.gn ('k') | mojo/services/kiosk_wm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698