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

Unified Diff: mojo/services/native_support/interfaces/process.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/native_support/interfaces/process.mojom
diff --git a/mojo/services/native_support/interfaces/process.mojom b/mojo/services/native_support/interfaces/process.mojom
index 6236ca43fb5054c52ac373e002c23e0655af0e67..b68b7da99b4fa8744bb4875a863e4b86af75ad63 100644
--- a/mojo/services/native_support/interfaces/process.mojom
+++ b/mojo/services/native_support/interfaces/process.mojom
@@ -9,6 +9,7 @@ import "files/interfaces/file.mojom";
import "files/interfaces/types.mojom";
// Interface for dealing with (e.g., starting) "native" processes.
+[ServiceName="native_support::Process"]
interface Process {
// Spawns a process, optionally redirecting stdin/stdout/stderr from/to the
// corresponding |mojo.files.File| (if null, redirects from/to /dev/null).

Powered by Google App Engine
This is Rietveld 408576698