diff options
Diffstat (limited to 'ui/message_center/views/notifier_settings_view.cc')
-rw-r--r-- | ui/message_center/views/notifier_settings_view.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/message_center/views/notifier_settings_view.cc b/ui/message_center/views/notifier_settings_view.cc index e2df07c..5a46f48 100644 --- a/ui/message_center/views/notifier_settings_view.cc +++ b/ui/message_center/views/notifier_settings_view.cc @@ -540,6 +540,9 @@ void NotifierSettingsView::NotifierGroupChanged() { UpdateContentsView(notifiers); } +void NotifierSettingsView::NotifierEnabledChanged(const NotifierId& notifier_id, + bool enabled) {} + void NotifierSettingsView::UpdateContentsView( const std::vector<Notifier*>& notifiers) { buttons_.clear(); |