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

Unified Diff: components/offline_pages/background/request_coordinator.h

Issue 2239133002: [Offline pages] Downloads UI: Adding bridge for issuing notifications (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@download-notifications
Patch Set: Minimizing the patch to handle direct WC capture on download button Created 4 years, 4 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/offline_pages/background/request_coordinator.h
diff --git a/components/offline_pages/background/request_coordinator.h b/components/offline_pages/background/request_coordinator.h
index 6804c9ba7376918c128c780c8c72adf9a67de611..d0c3af317b4a75f1b151795036265ec2b106c464 100644
--- a/components/offline_pages/background/request_coordinator.h
+++ b/components/offline_pages/background/request_coordinator.h
@@ -52,6 +52,7 @@ class RequestCoordinator : public KeyedService {
// events after the return callback from |GetAllRequests|.
class Observer {
public:
+ virtual ~Observer() = default;
virtual void OnAdded(const SavePageRequest& request) = 0;
virtual void OnCompleted(const SavePageRequest& request,
SavePageStatus status) = 0;

Powered by Google App Engine
This is Rietveld 408576698