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

Unified Diff: ipc/ipc_test.mojom

Issue 2137353002: Adds associated interface support to IPC::Channel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@channel-bindings-1
Patch Set: . Created 4 years, 5 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 | « ipc/ipc_mojo_bootstrap.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_test.mojom
diff --git a/tools/clang/rewrite_to_chrome_style/tests/gen/thing.h b/ipc/ipc_test.mojom
similarity index 63%
copy from tools/clang/rewrite_to_chrome_style/tests/gen/thing.h
copy to ipc/ipc_test.mojom
index 900b65c4cc4d0a285729491e4d03ed6f3a52b0f3..9c1b30e2a3a51688acc3f8fe1746e37f430856f5 100644
--- a/tools/clang/rewrite_to_chrome_style/tests/gen/thing.h
+++ b/ipc/ipc_test.mojom
@@ -2,10 +2,9 @@
// 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 IPC.mojom;
-class GenClass {
- virtual void genMethod() {}
+interface SimpleTestDriver {
+ ExpectString(string str);
+ RequestQuit() => ();
};
-}
« no previous file with comments | « ipc/ipc_mojo_bootstrap.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698