Chromium Code Reviews| Index: chrome/common/child_process.cc |
| =================================================================== |
| --- chrome/common/child_process.cc (revision 10288) |
| +++ chrome/common/child_process.cc (working copy) |
| @@ -32,10 +32,6 @@ |
| if (child_thread_.get()) |
| child_thread_->Stop(); |
| - // Make sure the child thread goes away first before setting child_process_ to |
| - // NULL since it can use it. |
| - child_thread_.reset(); |
|
darin (slow to review)
2009/02/24 22:11:43
can you explain why this change is made?
|
| - |
| child_process_ = NULL; |
| } |