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

Unified Diff: chrome/browser/notifications/stub_notification_display_service.h

Issue 2921263002: Remove many delegates, let's see what breaks
Patch Set: fix test Created 3 years, 6 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: chrome/browser/notifications/stub_notification_display_service.h
diff --git a/chrome/browser/notifications/stub_notification_display_service.h b/chrome/browser/notifications/stub_notification_display_service.h
index ec664396fc27699972955a1bcb43fbedebac4fd0..096baba9e31f5a95dc53725259d43d1230f31abe 100644
--- a/chrome/browser/notifications/stub_notification_display_service.h
+++ b/chrome/browser/notifications/stub_notification_display_service.h
@@ -51,6 +51,7 @@ class StubNotificationDisplayService : public NotificationDisplayService {
using NotificationData = std::pair<NotificationCommon::Type, Notification>;
std::vector<NotificationData> notifications_;
+ Profile* profile_;
DISALLOW_COPY_AND_ASSIGN(StubNotificationDisplayService);
};

Powered by Google App Engine
This is Rietveld 408576698