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

Unified Diff: ui/message_center/notification_list_unittest.cc

Issue 12052057: Introduces 'context' param to NotifierSettingsView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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: ui/message_center/notification_list_unittest.cc
diff --git a/ui/message_center/notification_list_unittest.cc b/ui/message_center/notification_list_unittest.cc
index 72d6d8c8c8401284201d1b22550c8a9968ec2706..8d0664f8478d83dfede96da0b8bc9b2b543790f8 100644
--- a/ui/message_center/notification_list_unittest.cc
+++ b/ui/message_center/notification_list_unittest.cc
@@ -44,6 +44,10 @@ class MockNotificationListDelegate : public NotificationList::Delegate {
virtual void ShowNotificationSettings(const std::string& id) OVERRIDE {
}
+ virtual void ShowNotificationSettingsDialog(
+ gfx::NativeView context) OVERRIDE {
+ }
+
virtual void OnNotificationClicked(const std::string& id) OVERRIDE {
}

Powered by Google App Engine
This is Rietveld 408576698