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

Unified Diff: content/common/mojo_test.mojom

Issue 1799923003: Add an end-to-end test that excercises Mojo with a sandbox. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 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 | « content/common/BUILD.gn ('k') | content/content_common_mojo_bindings.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/mojo_test.mojom
diff --git a/tools/clang/rewrite_to_chrome_style/tests/gen/thing.h b/content/common/mojo_test.mojom
similarity index 61%
copy from tools/clang/rewrite_to_chrome_style/tests/gen/thing.h
copy to content/common/mojo_test.mojom
index 900b65c4cc4d0a285729491e4d03ed6f3a52b0f3..57a652864cb2131763cc1ed9b8b0bdbac4ef3240 100644
--- a/tools/clang/rewrite_to_chrome_style/tests/gen/thing.h
+++ b/content/common/mojo_test.mojom
@@ -2,10 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-namespace blink {
-void genThing();
+module content.mojom;
-class GenClass {
- virtual void genMethod() {}
+interface MojoTest {
+ MakeSharedBuffer(uint32 size) => (handle<shared_buffer> ?shm);
};
-}
« no previous file with comments | « content/common/BUILD.gn ('k') | content/content_common_mojo_bindings.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698