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

Unified Diff: ash/system/web_notification/web_notification_tray_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: ash/system/web_notification/web_notification_tray_unittest.cc
diff --git a/ash/system/web_notification/web_notification_tray_unittest.cc b/ash/system/web_notification/web_notification_tray_unittest.cc
index 3e00374cc490073d1ad1f603c3790d791983962c..cea0c06a69ecb0d85f98d026265195e40d090c42 100644
--- a/ash/system/web_notification/web_notification_tray_unittest.cc
+++ b/ash/system/web_notification/web_notification_tray_unittest.cc
@@ -60,6 +60,9 @@ class TestDelegate : public message_center::MessageCenter::Delegate {
virtual void ShowSettings(const std::string& notifcation_id) {
}
+ virtual void ShowSettingsDialog(gfx::NativeView context) {
+ }
+
virtual void OnClicked(const std::string& notifcation_id) {
}
« no previous file with comments | « no previous file | chrome/browser/ui/views/ash/balloon_collection_impl_ash.h » ('j') | ui/message_center/message_center.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698