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

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 cac9002c404e3742e8b6a86bb97a44819ecfbed8..a5a38336450a1555bff21965709e71b87f15c9ad 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) {
}

Powered by Google App Engine
This is Rietveld 408576698