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

Unified Diff: shell/app_child_process.h

Issue 1043123004: Shell: Remove various child process type stuff. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: NULL -> nullptr 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
« no previous file with comments | « no previous file | shell/app_child_process_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/app_child_process.h
diff --git a/shell/app_child_process.h b/shell/app_child_process.h
index 9f0a0711153dad8acf0f38801503baa1c47dfb00..a26632f9b78e9a5d524abc33760a1e369dd4cea0 100644
--- a/shell/app_child_process.h
+++ b/shell/app_child_process.h
@@ -11,8 +11,8 @@
namespace mojo {
namespace shell {
-// An implementation of |ChildProcess| for a |TYPE_APP| child process, which
-// runs a single app (loaded from the file system) on its main thread.
+// An implementation of |ChildProcess| for an app child process, which runs a
+// single app (loaded from the file system) on its main thread.
class AppChildProcess : public ChildProcess {
public:
AppChildProcess();
« no previous file with comments | « no previous file | shell/app_child_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698