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

Unified Diff: shell/app_child_process_host.h

Issue 1043123004: Shell: Remove various child process type stuff. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 9 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: shell/app_child_process_host.h
diff --git a/shell/app_child_process_host.h b/shell/app_child_process_host.h
index 7f7f6d53e4d2faa312ad988717ab60df45691a66..4fc798999aefdb37dda92b3495507f8c7ba6bb92 100644
--- a/shell/app_child_process_host.h
+++ b/shell/app_child_process_host.h
@@ -15,8 +15,8 @@
namespace mojo {
namespace shell {
-// A subclass of |ChildProcessHost| to host a |TYPE_APP| child process, which
-// runs a single app (loaded from the file system).
+// A subclass of |ChildProcessHost| to host an app child process, which runs a
+// single app (loaded from the file system).
//
// Note: After |Start()|, |StartApp| must be called and this object must
// remained alive until the |on_app_complete| callback is called.

Powered by Google App Engine
This is Rietveld 408576698