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

Unified Diff: chrome/browser/notifications/native_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/native_notification_display_service.h
diff --git a/chrome/browser/notifications/native_notification_display_service.h b/chrome/browser/notifications/native_notification_display_service.h
index 309777c3e6017871100ff7f48cf643f65d1f4503..f5c8fee36b42b7e907a73a1b65de07536f2095b2 100644
--- a/chrome/browser/notifications/native_notification_display_service.h
+++ b/chrome/browser/notifications/native_notification_display_service.h
@@ -38,8 +38,7 @@ class NativeNotificationDisplayService : 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;
// Used by the notification bridge to propagate back events (click, close...).
void ProcessNotificationOperation(NotificationCommon::Operation operation,

Powered by Google App Engine
This is Rietveld 408576698