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

Unified Diff: mojo/services/public/js/application.js

Issue 2034383003: Removed exposed_services from mojom definitions. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 6 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 | « mojo/public/tools/NETWORK_SERVICE_VERSION ('k') | services/js/echo_apptest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/public/js/application.js
diff --git a/mojo/services/public/js/application.js b/mojo/services/public/js/application.js
index 079f3b31bbfa241c57be8edfec666f306ea5bcd1..a641bdea50cbe38a58450d33ee9a9bbfc488767a 100644
--- a/mojo/services/public/js/application.js
+++ b/mojo/services/public/js/application.js
@@ -42,7 +42,8 @@ define("mojo/services/public/js/application", [
// Implements AcceptConnection() from Application.mojom. Calls
// this.acceptConnection() with a JS ServiceExchange instead of a pair
// of Mojo ServiceProviders.
- doAcceptConnection(requestorUrl, servicesRequest) {
+ // TODO(vtl): Do something with resolvedUrl.
+ doAcceptConnection(requestorUrl, resolvedUrl, servicesRequest) {
var serviceExchange = new ServiceExchange(servicesRequest);
this.serviceExchanges.push(serviceExchange);
this.acceptConnection(requestorUrl, serviceExchange);
« no previous file with comments | « mojo/public/tools/NETWORK_SERVICE_VERSION ('k') | services/js/echo_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698