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

Unified Diff: services/js/test/network_test_service.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 | « services/js/test/echo_service.mojom ('k') | services/js/test/pingpong_service.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/js/test/network_test_service.mojom
diff --git a/services/js/test/network_test_service.mojom b/services/js/test/network_test_service.mojom
index 486e659de2621ea96decff20e534356e909d7250..f97ce2b2c64f51749254484cad2db976bd3c014d 100644
--- a/services/js/test/network_test_service.mojom
+++ b/services/js/test/network_test_service.mojom
@@ -4,6 +4,7 @@
module js;
+[ServiceName="js::NetworkTestService"]
interface NetworkTestService {
// Return the size of the file at url.
GetFileSize(string url) => (bool ok, uint64 size);
« no previous file with comments | « services/js/test/echo_service.mojom ('k') | services/js/test/pingpong_service.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698