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

Unified Diff: mojo/services/navigation/interfaces/navigation.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/navigation/interfaces/navigation.mojom
diff --git a/mojo/services/navigation/interfaces/navigation.mojom b/mojo/services/navigation/interfaces/navigation.mojom
index 7b1881cd1ca0cf34d702004e35f5bf37eca3d7b5..ad8e7e68a98582dcce78dcf8a916e194d4e6b188 100644
--- a/mojo/services/navigation/interfaces/navigation.mojom
+++ b/mojo/services/navigation/interfaces/navigation.mojom
@@ -20,6 +20,7 @@ enum Target {
};
// Embedders that support navigation of implement this interface.
+[ServiceName="mojo::NavigatorHost"]
interface NavigatorHost {
RequestNavigate(Target target, URLRequest request);
RequestNavigateHistory(int32 delta);
« no previous file with comments | « mojo/services/native_viewport/interfaces/native_viewport.mojom ('k') | mojo/services/network/interfaces/network_service.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698