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

Unified Diff: third_party/mojo/src/mojo/public/interfaces/bindings/tests/validation_test_interfaces.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/validation_test_interfaces.mojom
diff --git a/third_party/mojo/src/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom b/third_party/mojo/src/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom
index 290b792e05c70013f46c3e4b0d0d37be988ffda3..fb1f4b7f2016e9f07d9faefc599ba95afe1d145e 100644
--- a/third_party/mojo/src/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom
+++ b/third_party/mojo/src/mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom
@@ -49,12 +49,6 @@ struct BasicStruct {
int32 a;
};
-[Client=IntegrationTestInterface2]
-interface IntegrationTestInterface1 {
- Method0(BasicStruct param0);
-};
-
-[Client=IntegrationTestInterface1]
-interface IntegrationTestInterface2 {
- Method0() => (array<uint8> param0);
+interface IntegrationTestInterface {
+ Method0(BasicStruct param0) => (array<uint8> param0);
};

Powered by Google App Engine
This is Rietveld 408576698