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