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

Unified Diff: ui/message_center/views/message_center_view.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 | « no previous file | ui/message_center/views/message_popup_collection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/views/message_center_view.cc
diff --git a/ui/message_center/views/message_center_view.cc b/ui/message_center/views/message_center_view.cc
index 375d42be82d5bd5532a66982c25208c3d9056774..133416a9131084128d902481a6ca7a401894c075 100644
--- a/ui/message_center/views/message_center_view.cc
+++ b/ui/message_center/views/message_center_view.cc
@@ -474,7 +474,7 @@ void MessageCenterView::ClickOnNotificationButton(
void MessageCenterView::ClickOnSettingsButton(
const std::string& notification_id) {
- message_center_->ClickOnSettingsButton(notification_id);
+ tray_->ShowNotifierSettingsBubble();
}
void MessageCenterView::UpdateNotificationSize(
« no previous file with comments | « no previous file | ui/message_center/views/message_popup_collection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698