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

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

Issue 1454113003: Require an explicit ServiceName annotation for interfaces in C++. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 1 month 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
Index: mojo/services/keyboard/interfaces/keyboard.mojom
diff --git a/mojo/services/keyboard/interfaces/keyboard.mojom b/mojo/services/keyboard/interfaces/keyboard.mojom
index 97942207a8ac08efdf7931d35b1d49500c9792f9..ee43bb02e9f57c5ad7f76362dee93edc8e521d99 100644
--- a/mojo/services/keyboard/interfaces/keyboard.mojom
+++ b/mojo/services/keyboard/interfaces/keyboard.mojom
@@ -42,6 +42,7 @@ enum KeyboardType {
DATETIME,
};
+[ServiceName="keyboard::KeyboardService"]
interface KeyboardService {
Show(KeyboardClient client, KeyboardType type);
ShowByRequest();
« no previous file with comments | « mojo/services/icu_data/interfaces/icu_data.mojom ('k') | mojo/services/media/audio/interfaces/audio_server.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698