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

Unified Diff: chrome/browser/notifications/stub_notification_platform_bridge.cc

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.cc
diff --git a/chrome/browser/notifications/stub_notification_platform_bridge.cc b/chrome/browser/notifications/stub_notification_platform_bridge.cc
index 78c21c6184ca890bb458e0c0f1391495b2ce0044..13ebe20db4cd5cbb00bb91da2460a97bfea1994e 100644
--- a/chrome/browser/notifications/stub_notification_platform_bridge.cc
+++ b/chrome/browser/notifications/stub_notification_platform_bridge.cc
@@ -56,7 +56,3 @@ bool StubNotificationPlatformBridge::GetDisplayed(
notifications->insert(notification.id());
return true;
}
-
-bool StubNotificationPlatformBridge::SupportsNotificationCenter() const {
- return false;
-}

Powered by Google App Engine
This is Rietveld 408576698