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() { |