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

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

Issue 837283002: Mojo JS Bindings: merge Application, Shell, ServiceProvider with Sky (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Commit missing file 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
Index: mojo/services/public/js/service_provider.js
diff --git a/mojo/services/public/js/service_provider.js b/mojo/services/public/js/service_provider.js
index e8d491f9c5803821a574c725e57760b7b12107df..1f8fab2cbd675855a1d275bf704fba72c3895690 100644
--- a/mojo/services/public/js/service_provider.js
+++ b/mojo/services/public/js/service_provider.js
@@ -6,11 +6,11 @@ define("mojo/services/public/js/service_provider", [
"mojo/public/js/bindings",
"mojo/public/interfaces/application/service_provider.mojom",
"mojo/public/js/connection",
-], function(bindings, serviceProviderMojom, connection) {
+], function(bindings, spMojom, connection) {
const ProxyBindings = bindings.ProxyBindings;
const StubBindings = bindings.StubBindings;
- const ServiceProviderInterface = serviceProviderMojom.ServiceProvider;
+ const ServiceProviderInterface = spMojom.ServiceProvider;
function checkServiceProvider(sp) {
if (!sp.providers_)
« no previous file with comments | « mojo/services/BUILD.gn ('k') | mojo/services/public/js/shell.js » ('j') | sky/tools/skydb » ('J')

Powered by Google App Engine
This is Rietveld 408576698