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

Unified Diff: chrome/browser/notifications/message_center_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/message_center_display_service.cc
diff --git a/chrome/browser/notifications/message_center_display_service.cc b/chrome/browser/notifications/message_center_display_service.cc
index 34beeabdd54a0f01e3de970621f5788e116cd013..4ff6195539679db6630ccdf322ab00255048b322 100644
--- a/chrome/browser/notifications/message_center_display_service.cc
+++ b/chrome/browser/notifications/message_center_display_service.cc
@@ -41,7 +41,3 @@ bool MessageCenterDisplayService::GetDisplayed(
}
return true;
}
-
-bool MessageCenterDisplayService::SupportsNotificationCenter() const {
- return false;
-}

Powered by Google App Engine
This is Rietveld 408576698