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

Unified Diff: mojo/services/authenticating_url_loader_interceptor/interfaces/authenticating_url_loader_interceptor_meta_factory.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/authenticating_url_loader_interceptor/interfaces/authenticating_url_loader_interceptor_meta_factory.mojom
diff --git a/mojo/services/authenticating_url_loader_interceptor/interfaces/authenticating_url_loader_interceptor_meta_factory.mojom b/mojo/services/authenticating_url_loader_interceptor/interfaces/authenticating_url_loader_interceptor_meta_factory.mojom
index 8ea4d011398803ce6854a052589e357fc5a0b079..3d07fd3f40a47920ae6f438608e60fb45f745306 100644
--- a/mojo/services/authenticating_url_loader_interceptor/interfaces/authenticating_url_loader_interceptor_meta_factory.mojom
+++ b/mojo/services/authenticating_url_loader_interceptor/interfaces/authenticating_url_loader_interceptor_meta_factory.mojom
@@ -8,6 +8,7 @@ module mojo;
import "authentication/interfaces/authentication.mojom";
import "network/interfaces/url_loader_interceptor.mojom";
+[ServiceName="mojo::AuthenticatingURLLoaderInterceptorMetaFactory"]
interface AuthenticatingURLLoaderInterceptorMetaFactory {
// Creates a URLLoaderInterceptorFactory whose interceptors authenticate via
// |authentication_service|. If the connection to |authentication_service| is
« no previous file with comments | « mojo/services/asset_bundle/interfaces/asset_bundle.mojom ('k') | mojo/services/authentication/interfaces/authentication.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698