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) { |
} |