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

Unified Diff: ui/message_center/views/message_popup_collection.cc

Issue 2799653004: Open the settings tab in the message center when clicking the settings button on a notification. (Closed)
Patch Set: . 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 | « ui/message_center/views/message_center_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/views/message_popup_collection.cc
diff --git a/ui/message_center/views/message_popup_collection.cc b/ui/message_center/views/message_popup_collection.cc
index 0a2afc4caa5640e5fbf5418c1365456bc70a6c47..8b43c9c5f1c33b07170a2a548df25ab57962f7ca 100644
--- a/ui/message_center/views/message_popup_collection.cc
+++ b/ui/message_center/views/message_popup_collection.cc
@@ -122,7 +122,7 @@ void MessagePopupCollection::ClickOnNotificationButton(
void MessagePopupCollection::ClickOnSettingsButton(
const std::string& notification_id) {
- message_center_->ClickOnSettingsButton(notification_id);
+ tray_->ShowNotifierSettingsBubble();
}
void MessagePopupCollection::UpdateNotificationSize(
« no previous file with comments | « ui/message_center/views/message_center_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698