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

Unified Diff: mojo/services/clipboard/interfaces/clipboard.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/clipboard/interfaces/clipboard.mojom
diff --git a/mojo/services/clipboard/interfaces/clipboard.mojom b/mojo/services/clipboard/interfaces/clipboard.mojom
index 0c21ff8ca67b5910cc4986e391d4342e4ae65202..04f7ce24937dff327cc52ef26abccff4340626cc 100644
--- a/mojo/services/clipboard/interfaces/clipboard.mojom
+++ b/mojo/services/clipboard/interfaces/clipboard.mojom
@@ -5,6 +5,7 @@
[DartPackage="mojo_services"]
module mojo;
+[ServiceName="mojo::Clipboard"]
interface Clipboard {
enum Type {
COPY_PASTE = 0,
« no previous file with comments | « mojo/services/authentication/interfaces/authentication.mojom ('k') | mojo/services/contacts/interfaces/contacts.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698