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

Unified Diff: mojo/public/interfaces/bindings/tests/versioning_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
Index: mojo/public/interfaces/bindings/tests/versioning_test_service.mojom
diff --git a/mojo/public/interfaces/bindings/tests/versioning_test_service.mojom b/mojo/public/interfaces/bindings/tests/versioning_test_service.mojom
index 59b38324a6944eddbe6260feae83be28a486eccb..f840cd3240c48c9811f2371d7cd2920c96804de8 100644
--- a/mojo/public/interfaces/bindings/tests/versioning_test_service.mojom
+++ b/mojo/public/interfaces/bindings/tests/versioning_test_service.mojom
@@ -26,6 +26,7 @@ struct Employee {
[MinVersion=1] Date? birthday;
};
+[ServiceName="mojo::test::versioning::HumanResourceDatabase"]
interface HumanResourceDatabase {
AddEmployee(Employee employee) => (bool success);

Powered by Google App Engine
This is Rietveld 408576698