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

Unified Diff: ios/web/test/mojo_test.mojom

Issue 1956113002: [ios Mojo] iOS facade class for Mojo API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated the comments. Created 4 years, 7 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
« no previous file with comments | « ios/web/test/BUILD.gn ('k') | ios/web/test/run_all_unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/test/mojo_test.mojom
diff --git a/ios/web/test/mojo_test.mojom b/ios/web/test/mojo_test.mojom
new file mode 100644
index 0000000000000000000000000000000000000000..91cb201c5f0b982fb2092cfca15a5657fe6c9cd7
--- /dev/null
+++ b/ios/web/test/mojo_test.mojom
@@ -0,0 +1,15 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+struct NativeMessageResultMojo {
+ string message;
+};
+
+interface TestUIHandlerMojo {
+ HandleJsMessage(string message, TestPage page);
+};
+
+interface TestPage {
+ HandleNativeMessage(NativeMessageResultMojo result);
+};
« no previous file with comments | « ios/web/test/BUILD.gn ('k') | ios/web/test/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698