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

Unified Diff: chrome/browser/download/download_manager.h

Issue 6932046: Added DownloadProcessHandle class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed code extraneous to this CL. Created 9 years, 8 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: chrome/browser/download/download_manager.h
diff --git a/chrome/browser/download/download_manager.h b/chrome/browser/download/download_manager.h
index 84b83990bdc9d8b103e2cf6de26f95b2a6239305..c834364bc64e331d17470e1a2e05d14ecbf141e4 100644
--- a/chrome/browser/download/download_manager.h
+++ b/chrome/browser/download/download_manager.h
@@ -42,6 +42,7 @@
#include "base/scoped_ptr.h"
#include "base/time.h"
#include "chrome/browser/download/download_status_updater_delegate.h"
+#include "chrome/browser/download/download_process_handle.h"
#include "chrome/browser/ui/shell_dialogs.h"
#include "content/browser/browser_thread.h"
@@ -197,7 +198,7 @@ class DownloadManager
DownloadCreateInfo info, int64 db_handle);
// Display a new download in the appropriate browser UI.
- void ShowDownloadInBrowser(const DownloadCreateInfo& info,
+ void ShowDownloadInBrowser(DownloadProcessHandle process_handle,
DownloadItem* download);
// The number of in progress (including paused) downloads.

Powered by Google App Engine
This is Rietveld 408576698