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

Unified Diff: chrome/browser/notifications/stub_notification_platform_bridge.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/stub_notification_platform_bridge.h
diff --git a/chrome/browser/notifications/stub_notification_platform_bridge.h b/chrome/browser/notifications/stub_notification_platform_bridge.h
index 49d8cd454229cc4ac0f202e4126d148553474f65..2e3f45a7045a1fd7d5e54247b19703530cb653de 100644
--- a/chrome/browser/notifications/stub_notification_platform_bridge.h
+++ b/chrome/browser/notifications/stub_notification_platform_bridge.h
@@ -33,7 +33,6 @@ class StubNotificationPlatformBridge : public NotificationPlatformBridge {
bool GetDisplayed(const std::string& profile_id,
bool incognito,
std::set<std::string>* notifications) const override;
- bool SupportsNotificationCenter() const override;
private:
// Map of profile Ids to list of notifications shown for said profile.

Powered by Google App Engine
This is Rietveld 408576698