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

Unified Diff: chrome/browser/io_thread.cc

Issue 2885017: Moved common parts of ChildProcessHost into chrome/common and created a Brows... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Code review changes Created 10 years, 6 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 | « chrome/browser/gpu_process_host.cc ('k') | chrome/browser/memory_details.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/io_thread.cc
===================================================================
--- chrome/browser/io_thread.cc (revision 51385)
+++ chrome/browser/io_thread.cc (working copy)
@@ -138,9 +138,9 @@
void IOThread::CleanUp() {
// If any child processes are still running, terminate them and
- // and delete the ChildProcessHost instances to release whatever
+ // and delete the BrowserChildProcessHost instances to release whatever
// IO thread only resources they are referencing.
- ChildProcessHost::TerminateAll();
+ BrowserChildProcessHost::TerminateAll();
// Not initialized in Init(). May not be initialized.
if (predictor_) {
« no previous file with comments | « chrome/browser/gpu_process_host.cc ('k') | chrome/browser/memory_details.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698