Index: chrome/browser/notifications/notification_platform_bridge.h |
diff --git a/chrome/browser/notifications/notification_platform_bridge.h b/chrome/browser/notifications/notification_platform_bridge.h |
index 722a497509a99c2f33844d2409b9637af48d8780..720245c8c8eb12465b5ab9d6d5ed949b4daa636f 100644 |
--- a/chrome/browser/notifications/notification_platform_bridge.h |
+++ b/chrome/browser/notifications/notification_platform_bridge.h |
@@ -44,12 +44,6 @@ class NotificationPlatformBridge { |
bool incognito, |
std::set<std::string>* notification_ids) const = 0; |
- // Temporary method while the refactor is finished. It denotes whether |
- // the notifications will be shown by chrome itself or by the OS. |
- // It is needed while migrating MacOSX and Windows to their respective |
- // notification centers since the decision is made at runtime via flags. |
- virtual bool SupportsNotificationCenter() const = 0; |
- |
protected: |
NotificationPlatformBridge() {} |