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

Unified Diff: content/test/data/web_ui_test_mojo_bindings.mojom

Issue 834153003: Remove usage of [Client=..] from web_ui_mojo test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/test/data/web_ui_mojo.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/web_ui_test_mojo_bindings.mojom
diff --git a/content/test/data/web_ui_test_mojo_bindings.mojom b/content/test/data/web_ui_test_mojo_bindings.mojom
index 76a5c0d1e530f5809e1b9c361d65fe5fbe40c4c4..1cf70ce6fae1cd35f3f917a98365a9ac10b83f22 100644
--- a/content/test/data/web_ui_test_mojo_bindings.mojom
+++ b/content/test/data/web_ui_test_mojo_bindings.mojom
@@ -4,11 +4,7 @@
module content;
-[Client=RendererTarget]
interface BrowserTarget {
- PingResponse();
-};
-
-interface RendererTarget {
- Ping();
+ Start() => ();
+ Stop();
};
« no previous file with comments | « content/test/data/web_ui_mojo.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698