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

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

Issue 2813943002: Drop the const modifier on NotificationDisplayService::GetDisplayed (Closed)
Patch Set: sync and rebase Created 3 years, 8 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
« no previous file with comments | « chrome/browser/notifications/stub_notification_display_service.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/notifications/stub_notification_display_service.cc
diff --git a/chrome/browser/notifications/stub_notification_display_service.cc b/chrome/browser/notifications/stub_notification_display_service.cc
index 981d47206592fbfc2a84a7e91485343417f2da35..d8a8a10c86724863f34aad57dd4b737518721480 100644
--- a/chrome/browser/notifications/stub_notification_display_service.cc
+++ b/chrome/browser/notifications/stub_notification_display_service.cc
@@ -78,7 +78,7 @@ void StubNotificationDisplayService::Close(
}
void StubNotificationDisplayService::GetDisplayed(
- const DisplayedNotificationsCallback& callback) const {
+ const DisplayedNotificationsCallback& callback) {
std::unique_ptr<std::set<std::string>> notifications =
base::MakeUnique<std::set<std::string>>();
« no previous file with comments | « chrome/browser/notifications/stub_notification_display_service.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698