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

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

Issue 348037: Fourth patch in getting rid of caching MessageLoop pointers. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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 | « no previous file | chrome/browser/download/download_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/download_manager.h
===================================================================
--- chrome/browser/download/download_manager.h (revision 30688)
+++ chrome/browser/download/download_manager.h (working copy)
@@ -59,7 +59,6 @@
class DownloadItemView;
class DownloadManager;
class GURL;
-class MessageLoop;
class PrefService;
class Profile;
class ResourceDispatcherHost;
@@ -592,13 +591,6 @@
// Non-owning pointer for handling file writing on the download_thread_.
DownloadFileManager* file_manager_;
- // A pointer to the main UI loop.
- MessageLoop* ui_loop_;
-
- // A pointer to the file thread's loop. The file thread lives longer than
- // the DownloadManager, so this is safe to cache.
- MessageLoop* file_loop_;
-
// User preferences
BooleanPrefMember prompt_for_download_;
StringPrefMember download_path_;
« no previous file with comments | « no previous file | chrome/browser/download/download_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698