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

Unified Diff: mojo/public/interfaces/bindings/tests/sample_factory.mojom

Issue 1457383005: Require an explicit ServiceName annotation for interfaces in Java (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Follow review 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 | « no previous file | mojo/public/java/application/src/org/chromium/mojo/application/ShellHelper.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/interfaces/bindings/tests/sample_factory.mojom
diff --git a/mojo/public/interfaces/bindings/tests/sample_factory.mojom b/mojo/public/interfaces/bindings/tests/sample_factory.mojom
index 37066e3f86ec670cb3c1b35a541c47a5724c1952..f6ec869d0d8d418c88205a6b407dba0a782ce07b 100644
--- a/mojo/public/interfaces/bindings/tests/sample_factory.mojom
+++ b/mojo/public/interfaces/bindings/tests/sample_factory.mojom
@@ -24,6 +24,7 @@ struct Response {
handle<message_pipe>? pipe;
};
+[ServiceName="sample::NamedObject"]
interface NamedObject {
SetName(string name);
GetName() => (string name);
« no previous file with comments | « no previous file | mojo/public/java/application/src/org/chromium/mojo/application/ShellHelper.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698