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

Unified Diff: mojo/services/notifications/interfaces/notifications.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
« no previous file with comments | « mojo/services/nfc/interfaces/nfc.mojom ('k') | mojo/services/prediction/interfaces/prediction.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/notifications/interfaces/notifications.mojom
diff --git a/mojo/services/notifications/interfaces/notifications.mojom b/mojo/services/notifications/interfaces/notifications.mojom
index df2d6717f7e999363fac6e4bb4acf6ee34ca2700..df36918a38d85d6d5b2eb64c641ecd58ca21f9a1 100644
--- a/mojo/services/notifications/interfaces/notifications.mojom
+++ b/mojo/services/notifications/interfaces/notifications.mojom
@@ -34,6 +34,7 @@ interface Notification {
Cancel();
};
+[ServiceName="notifications::NotificationService"]
interface NotificationService {
// Posts a new notification with the information specified in
// |notification_data| and with any interactions with the notification being
« no previous file with comments | « mojo/services/nfc/interfaces/nfc.mojom ('k') | mojo/services/prediction/interfaces/prediction.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698