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

Unified Diff: mojo/services/http_server/interfaces/http_server_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
« no previous file with comments | « mojo/services/gpu/interfaces/gpu.mojom ('k') | mojo/services/icu_data/interfaces/icu_data.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/http_server/interfaces/http_server_factory.mojom
diff --git a/mojo/services/http_server/interfaces/http_server_factory.mojom b/mojo/services/http_server/interfaces/http_server_factory.mojom
index ab6af8975da51aff85f55e587eb588605b837d10..9ec43ff0117d09ea87c0e8e5b34017d4fba3b5b1 100644
--- a/mojo/services/http_server/interfaces/http_server_factory.mojom
+++ b/mojo/services/http_server/interfaces/http_server_factory.mojom
@@ -8,6 +8,7 @@ module http_server;
import "http_server/interfaces/http_server.mojom";
import "network/interfaces/net_address.mojom";
+[ServiceName="http_server::HttpServerFactory"]
interface HttpServerFactory {
// Creates an http server running on the specified local network address. If
// |local_address| is null, it will take the default value of 0.0.0.0 at a
« no previous file with comments | « mojo/services/gpu/interfaces/gpu.mojom ('k') | mojo/services/icu_data/interfaces/icu_data.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698