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

Unified Diff: content/shell/shell_download_manager_delegate.h

Issue 8135017: Refactor downloads into a ProfileKeyedService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Incorporated comments. Created 9 years, 2 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/shell/shell_download_manager_delegate.h
diff --git a/content/shell/shell_download_manager_delegate.h b/content/shell/shell_download_manager_delegate.h
index 56baf5575165ef1a69b9eb40eafc3bef7718d47b..1f2ec6c6ed3d94e2b8d40972a63b32bf84aa001a 100644
--- a/content/shell/shell_download_manager_delegate.h
+++ b/content/shell/shell_download_manager_delegate.h
@@ -21,7 +21,7 @@ class ShellDownloadManagerDelegate
public:
ShellDownloadManagerDelegate();
- void SetDownloadManager(DownloadManager* download_manager);
+ virtual void SetDownloadManager(DownloadManager* manager);
jam 2011/10/11 19:31:13 nit: not virtual
Randy Smith (Not in Mondays) 2011/10/11 20:28:27 Done.
virtual void Shutdown() OVERRIDE;
virtual bool ShouldStartDownload(int32 download_id) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698