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

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

Issue 2300093002: Make //content responsible for generating notification Ids (Closed)
Patch Set: comments Created 4 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: chrome/browser/notifications/native_notification_display_service.h
diff --git a/chrome/browser/notifications/native_notification_display_service.h b/chrome/browser/notifications/native_notification_display_service.h
index afa6f7c9570d35a05358b4a6f6f8ca3923848f43..211e221906aa390194df1af2711fdc50286274bf 100644
--- a/chrome/browser/notifications/native_notification_display_service.h
+++ b/chrome/browser/notifications/native_notification_display_service.h
@@ -35,7 +35,6 @@ class NativeNotificationDisplayService : public NotificationDisplayService {
void Close(NotificationCommon::Type notification_type,
const std::string& notification_id) override;
bool GetDisplayed(std::set<std::string>* notifications) const override;
- bool SupportsNotificationCenter() const override;
// Used by the notification bridge to propagate back events (click, close...).
void ProcessNotificationOperation(NotificationCommon::Operation operation,

Powered by Google App Engine
This is Rietveld 408576698