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. |