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

Unified Diff: content/browser/download/download_manager_impl.cc

Issue 10702048: Remove the code to wait on disconnected child processes to get the exit code. This was done in r101… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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
Index: content/browser/download/download_manager_impl.cc
===================================================================
--- content/browser/download/download_manager_impl.cc (revision 144915)
+++ content/browser/download/download_manager_impl.cc (working copy)
@@ -12,6 +12,7 @@
#include "base/file_util.h"
#include "base/i18n/case_conversion.h"
#include "base/logging.h"
+#include "base/message_loop.h"
cpu_(ooo_6.6-7.5) 2012/07/09 05:14:11 does this file belong to this CL?
jam 2012/07/09 05:44:06 yeah, this is because of the waitable_event_watche
#include "base/stl_util.h"
#include "base/stringprintf.h"
#include "base/synchronization/lock.h"

Powered by Google App Engine
This is Rietveld 408576698