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

Unified Diff: components/download/internal/download_driver.h

Issue 2895953004: Add initial Controller to DownloadService (Closed)
Patch Set: Rebased Created 3 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: components/download/internal/download_driver.h
diff --git a/components/download/internal/download_driver.h b/components/download/internal/download_driver.h
index 88247d18d5d0ba8f7e2f8184346dcee5e6765599..3c8380708761f8fae456c6977b523189b1d1f9a2 100644
--- a/components/download/internal/download_driver.h
+++ b/components/download/internal/download_driver.h
@@ -46,6 +46,8 @@ class DownloadDriver {
virtual void OnDownloadUpdated(const DriverEntry& download) = 0;
};
+ virtual ~DownloadDriver() = default;
+
// Initialize the driver to receive download updates.
virtual void Initialize(Client* client) = 0;
« no previous file with comments | « components/download/internal/controller_impl_unittest.cc ('k') | components/download/internal/download_service_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698