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

Unified Diff: services/js/test/echo_service.mojom

Issue 1964673002: Delete JSEchoTest.ShareEchoService -- it tests the wrong-way ServiceProvider (exposed_services). (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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 | « services/js/test/echo.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/js/test/echo_service.mojom
diff --git a/services/js/test/echo_service.mojom b/services/js/test/echo_service.mojom
index bb610f790921c245e12147a05613fc84196a05e4..c085107ed5aedc86213faa069a47f90eacd8853e 100644
--- a/services/js/test/echo_service.mojom
+++ b/services/js/test/echo_service.mojom
@@ -8,12 +8,6 @@ module mojo;
interface EchoService {
EchoString(string? value) => (string? value);
- // Provide the EchoService to the echo_target.js
- // application. The full URL for echo_target.js is
- // computed relative to this application's URL.
- // Return after echo_target has called EchoString().
- ShareEchoService() => (bool ok);
-
// Make it stop.
Quit();
};
« no previous file with comments | « services/js/test/echo.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698