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

Unified Diff: mojo/apps/js/js_app.h

Issue 637373002: Mojo JS bindings: simplify mojo.connectToService() usage - Part 2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renamed the mojo_internals module, made Connection localFactory optional Created 6 years, 2 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/apps/js/application_delegate_impl.cc ('k') | mojo/apps/js/js_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/apps/js/js_app.h
diff --git a/mojo/apps/js/js_app.h b/mojo/apps/js/js_app.h
index 9eaedc63b5b8894a999a2452651f4f4cbb42e656..8db1044455d4c55b7100eec50649fdb0a54afb8d 100644
--- a/mojo/apps/js/js_app.h
+++ b/mojo/apps/js/js_app.h
@@ -35,7 +35,7 @@ class JSApp {
// be called from this app's thread.
virtual bool Load(std::string* source, std::string* file_name) = 0;
- // Called by the JS mojo module to quit this JS app. See mojo_module.cc.
+ // Called by the JS mojo module to quit this JS app. See mojo.js.
void Quit();
// Called by the JS mojo module to connect to a Mojo service.
« no previous file with comments | « mojo/apps/js/application_delegate_impl.cc ('k') | mojo/apps/js/js_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698