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

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

Issue 302573002: Add a Javascript wrapper around ServiceRegistry and expose it to WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@render-view-shell
Patch Set: address comments Created 6 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 | « 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 9cac34e56ab6ee8486cf0566d5a73cd199ade7ce..45f291fdb4fc614cd291a5eb3be324c292fe4083 100644
--- a/content/test/data/web_ui_test_mojo_bindings.mojom
+++ b/content/test/data/web_ui_test_mojo_bindings.mojom
@@ -4,11 +4,11 @@
module content {
+[Client=RendererTarget]
interface BrowserTarget {
PingResponse();
};
-[Client=BrowserTarget]
interface RendererTarget {
Ping();
};
« 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