Index: chrome/browser/ui/views/ash/balloon_collection_impl_ash.h |
diff --git a/chrome/browser/ui/views/ash/balloon_collection_impl_ash.h b/chrome/browser/ui/views/ash/balloon_collection_impl_ash.h |
index b99d477a58d814ee750e76b60ed6b23f068e3212..ac9688693c1a18c11262f57cfe3f169b1503f976 100644 |
--- a/chrome/browser/ui/views/ash/balloon_collection_impl_ash.h |
+++ b/chrome/browser/ui/views/ash/balloon_collection_impl_ash.h |
@@ -33,6 +33,7 @@ class BalloonCollectionImplAsh |
virtual void DisableNotificationsFromSource( |
const std::string& notification_id) OVERRIDE; |
virtual void ShowSettings(const std::string& notification_id) OVERRIDE; |
+ virtual void ShowSettingsDialog(gfx::NativeView context) OVERRIDE; |
virtual void OnClicked(const std::string& notification_id) OVERRIDE; |
virtual void OnButtonClicked(const std::string& notification_id, |
int button_index) OVERRIDE; |