Index: chrome/browser/notifications/message_center_stats_collector.h |
diff --git a/chrome/browser/notifications/message_center_stats_collector.h b/chrome/browser/notifications/message_center_stats_collector.h |
index 8b87699c78981ca62719e744f8efa14432e18668..0e2f828822710eaaebe2ef2613cabbfddbe81b76 100644 |
--- a/chrome/browser/notifications/message_center_stats_collector.h |
+++ b/chrome/browser/notifications/message_center_stats_collector.h |
@@ -71,7 +71,7 @@ class MessageCenterStatsCollector |
void OnNotificationClicked(const std::string& notification_id) override; |
void OnNotificationButtonClicked(const std::string& notification_id, |
int button_index) override; |
- void OnNotificationSettingsClicked() override; |
+ void OnNotificationSettingsClicked(bool handled) override; |
void OnNotificationDisplayed( |
const std::string& notification_id, |
const message_center::DisplaySource source) override; |