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

Unified Diff: third_party/mojo/src/mojo/public/interfaces/bindings/tests/regression_tests.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/regression_tests.mojom
diff --git a/third_party/mojo/src/mojo/public/interfaces/bindings/tests/regression_tests.mojom b/third_party/mojo/src/mojo/public/interfaces/bindings/tests/regression_tests.mojom
index 4a85b0aeae74cc62ee2a984063fdc248e418dc7c..313f1f4d6bb88a036d4470a39b86cb869421f2a1 100644
--- a/third_party/mojo/src/mojo/public/interfaces/bindings/tests/regression_tests.mojom
+++ b/third_party/mojo/src/mojo/public/interfaces/bindings/tests/regression_tests.mojom
@@ -7,8 +7,6 @@
[JavaPackage="org.chromium.mojo.bindings.test.mojom.regression_tests"]
module regression_tests;
-import "regression_tests_import.mojom";
-
interface CheckMethodWithEmptyResponse {
WithouParameterAndEmptyResponse() => ();
WithParameterAndEmptyResponse(bool b) => ();
@@ -54,7 +52,3 @@ struct A {
struct B {
A? a;
};
-
-[Client=InterfaceWithClientImportedClient]
-interface InterfaceWithClientImported {
-};

Powered by Google App Engine
This is Rietveld 408576698