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

Unified Diff: mojo/services/files/interfaces/files.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/device_info/interfaces/device_info.mojom ('k') | mojo/services/gpu/interfaces/gpu.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/files/interfaces/files.mojom
diff --git a/mojo/services/files/interfaces/files.mojom b/mojo/services/files/interfaces/files.mojom
index 908b2c776beaf6dba3ef3f184d41a2ce47c82c6a..392f552fef087524ee0135774db4f994b810712f 100644
--- a/mojo/services/files/interfaces/files.mojom
+++ b/mojo/services/files/interfaces/files.mojom
@@ -8,6 +8,7 @@ module mojo.files;
import "files/interfaces/directory.mojom";
import "files/interfaces/types.mojom";
+[ServiceName="mojo::files::Files"]
interface Files {
// Opens the root directory for the file system with the given name; null
// yields the default file system, if any.
« no previous file with comments | « mojo/services/device_info/interfaces/device_info.mojom ('k') | mojo/services/gpu/interfaces/gpu.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698