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

Unified Diff: chrome/browser/notifications/message_center_display_service.h

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 | « no previous file | chrome/browser/notifications/message_center_display_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/notifications/message_center_display_service.h
diff --git a/chrome/browser/notifications/message_center_display_service.h b/chrome/browser/notifications/message_center_display_service.h
index 2dcf0e9c3a797ef617ec08d2835ec5acac059aa9..f4750456c616f779dc2bdeb40181afc6ee1568fa 100644
--- a/chrome/browser/notifications/message_center_display_service.h
+++ b/chrome/browser/notifications/message_center_display_service.h
@@ -27,8 +27,7 @@ class MessageCenterDisplayService : public NotificationDisplayService {
const Notification& notification) override;
void Close(NotificationCommon::Type notification_type,
const std::string& notification_id) override;
- void GetDisplayed(
- const DisplayedNotificationsCallback& callback) const override;
+ void GetDisplayed(const DisplayedNotificationsCallback& callback) override;
private:
Profile* profile_;
« no previous file with comments | « no previous file | chrome/browser/notifications/message_center_display_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698