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

Unified Diff: chrome/browser/notifications/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/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() {}

Powered by Google App Engine
This is Rietveld 408576698