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

Unified Diff: content/browser/download/download_manager_delegate.h

Issue 7906008: Create a very simple TabContentsView (and not fully implemented yet) and add more supporting code... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 3 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_delegate.h
===================================================================
--- content/browser/download/download_manager_delegate.h (revision 100929)
+++ content/browser/download/download_manager_delegate.h (working copy)
@@ -18,6 +18,8 @@
// Browser's download manager: manages all downloads and destination view.
class DownloadManagerDelegate {
public:
+ virtual ~DownloadManagerDelegate() {}
+
// Lets the delegate know that the download manager is shutting down.
virtual void Shutdown() = 0;
@@ -100,7 +102,6 @@
protected:
DownloadManagerDelegate() {}
- virtual ~DownloadManagerDelegate() {}
DISALLOW_COPY_AND_ASSIGN(DownloadManagerDelegate);
};

Powered by Google App Engine
This is Rietveld 408576698