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

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

Issue 6973035: Move download stuff to download tab helper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment tweak Created 9 years, 7 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_process_handle.h
diff --git a/chrome/browser/download/download_process_handle.h b/chrome/browser/download/download_process_handle.h
index b722d61be39cd7db82b35d7756242551ca8ed708..d5c9dc7efd9f3102760f974ea35c5885a856177f 100644
--- a/chrome/browser/download/download_process_handle.h
+++ b/chrome/browser/download/download_process_handle.h
@@ -9,6 +9,7 @@
class DownloadManager;
class ResourceDispatcherHost;
class TabContents;
+class TabContentsWrapper;
// A handle used by the download system for operations on external
// objects associated with the download (e.g. URLRequest, TabContents,
@@ -22,6 +23,7 @@ class DownloadProcessHandle {
// These functions must be called on the UI thread.
TabContents* GetTabContents();
+ TabContentsWrapper* GetTabContentsWrapper();
DownloadManager* GetDownloadManager();
int child_id() const { return child_id_; }

Powered by Google App Engine
This is Rietveld 408576698