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

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

Issue 2941743002: Revert of Deprecate native and extension notification delegates. (Closed)
Patch Set: 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 096baba9e31f5a95dc53725259d43d1230f31abe..ec664396fc27699972955a1bcb43fbedebac4fd0 100644
--- a/chrome/browser/notifications/stub_notification_display_service.h
+++ b/chrome/browser/notifications/stub_notification_display_service.h
@@ -51,7 +51,6 @@
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