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

Unified Diff: mojo/services/contacts/interfaces/contacts.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/contacts/interfaces/contacts.mojom
diff --git a/mojo/services/contacts/interfaces/contacts.mojom b/mojo/services/contacts/interfaces/contacts.mojom
index 116e3f9f1158606f6a51c89a0dee7438ee37d529..ab10e731c7956520a2c2814c7bf477935b3e3c25 100644
--- a/mojo/services/contacts/interfaces/contacts.mojom
+++ b/mojo/services/contacts/interfaces/contacts.mojom
@@ -12,6 +12,7 @@ struct Contact {
};
// Interface to query current user contacts.
+[ServiceName="contacts::ContactsService"]
interface ContactsService {
// Returns the number of contacts that match the given |filter|. |filter|
« no previous file with comments | « mojo/services/clipboard/interfaces/clipboard.mojom ('k') | mojo/services/content_handler/interfaces/content_handler.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698