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

Unified Diff: shell/app_child_process_host.cc

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
« no previous file with comments | « shell/app_child_process_host.h ('k') | shell/child_process.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/app_child_process_host.cc
diff --git a/shell/app_child_process_host.cc b/shell/app_child_process_host.cc
index 3b1eaf0960e9970614674dbdd3f2581bf0d82adb..454ef7ccad5513ae4d8f4e06acacff4c39eb46fc 100644
--- a/shell/app_child_process_host.cc
+++ b/shell/app_child_process_host.cc
@@ -16,8 +16,7 @@ namespace mojo {
namespace shell {
AppChildProcessHost::AppChildProcessHost(Context* context)
- : ChildProcessHost(context, this, ChildProcess::TYPE_APP),
- channel_info_(NULL) {
+ : ChildProcessHost(context, this), channel_info_(NULL) {
jamesr 2015/03/31 18:00:24 nullptr
}
AppChildProcessHost::~AppChildProcessHost() {
« no previous file with comments | « shell/app_child_process_host.h ('k') | shell/child_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698