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

Unified Diff: chrome/browser/notifications/stub_notification_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
Index: chrome/browser/notifications/stub_notification_display_service.h
diff --git a/chrome/browser/notifications/stub_notification_display_service.h b/chrome/browser/notifications/stub_notification_display_service.h
index e87800c34a4b3175419b85803055c7dbce18cfc4..554466883dce3c18d9d21c8318ceb6f588f8902a 100644
--- a/chrome/browser/notifications/stub_notification_display_service.h
+++ b/chrome/browser/notifications/stub_notification_display_service.h
@@ -42,8 +42,7 @@ class StubNotificationDisplayService : 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:
// Data to store for a notification that's being shown through this service.

Powered by Google App Engine
This is Rietveld 408576698