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

Unified Diff: chrome/browser/notifications/native_notification_display_service.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/native_notification_display_service.cc
diff --git a/chrome/browser/notifications/native_notification_display_service.cc b/chrome/browser/notifications/native_notification_display_service.cc
index dbe60254d4008ffecd348c409230f9b28c4f98ec..c09e118eddca61283a7cf00409ddb7467b19b405 100644
--- a/chrome/browser/notifications/native_notification_display_service.cc
+++ b/chrome/browser/notifications/native_notification_display_service.cc
@@ -115,7 +115,3 @@ NotificationHandler* NativeNotificationDisplayService::GetNotificationHandler(
<< notification_type << " is not registered.";
return notification_handlers_[notification_type].get();
}
-
-bool NativeNotificationDisplayService::SupportsNotificationCenter() const {
- return notification_bridge_->SupportsNotificationCenter();
-}

Powered by Google App Engine
This is Rietveld 408576698