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

Unified Diff: third_party/mojo/src/mojo/public/interfaces/bindings/tests/sample_service.mojom

Issue 954643002: Update mojo sdk to rev 3d23dae011859a2aae49f1d1adde705c8e85d819 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use run_renderer_in_process() Created 5 years, 10 months 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: third_party/mojo/src/mojo/public/interfaces/bindings/tests/sample_service.mojom
diff --git a/third_party/mojo/src/mojo/public/interfaces/bindings/tests/sample_service.mojom b/third_party/mojo/src/mojo/public/interfaces/bindings/tests/sample_service.mojom
index 5c80781ca6c7a541f05973c36c9d703ba88c0926..700481c76b6adbaf827d88b76185c282ccb3675f 100644
--- a/third_party/mojo/src/mojo/public/interfaces/bindings/tests/sample_service.mojom
+++ b/third_party/mojo/src/mojo/public/interfaces/bindings/tests/sample_service.mojom
@@ -104,21 +104,16 @@ struct StructWithHoleV2 {
int32 v3 = 3;
};
-[Client=ServiceClient]
interface Service {
enum BazOptions {
REGULAR = 0,
EXTRA
};
const uint8 kFavoriteBaz = 1;
- Frobinate@0(Foo? foo@0, BazOptions baz@1, Port? port@2);
+ Frobinate@0(Foo? foo@0, BazOptions baz@1, Port? port@2) => (int32 result@0);
GetPort@1(Port& port @0);
};
-interface ServiceClient {
- DidFrobinate@0(int32 result@0);
-};
-
// This interface is referenced above where it is defined. It also refers to
// itself from a method.
interface Port {

Powered by Google App Engine
This is Rietveld 408576698