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

Unified Diff: third_party/mojo_services/src/public/js/shell.js

Issue 954643002: Update mojo sdk to rev 3d23dae011859a2aae49f1d1adde705c8e85d819 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use run_renderer_in_process() Created 5 years, 10 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: third_party/mojo_services/src/public/js/shell.js
diff --git a/third_party/mojo_services/src/public/js/shell.js b/third_party/mojo_services/src/public/js/shell.js
index 358f2726d68ccc17b8aeafc39959eb4d2101ba7d..e8bab6f8b6470b56ac18c7492e0254ef17eb1c49 100644
--- a/third_party/mojo_services/src/public/js/shell.js
+++ b/third_party/mojo_services/src/public/js/shell.js
@@ -41,8 +41,8 @@ define("mojo/services/public/js/shell", [
return application;
}
- connectToService(url, service, client) {
- return this.connectToApplication(url).requestService(service, client);
+ connectToService(url, service) {
+ return this.connectToApplication(url).requestService(service);
};
close() {

Powered by Google App Engine
This is Rietveld 408576698