| Index: chrome/browser/ui/gtk/content_setting_bubble_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/content_setting_bubble_gtk.h b/chrome/browser/ui/gtk/content_setting_bubble_gtk.h
|
| index ae595c2d8fcbd01d773a8a5330628f3fa1fc6dfb..a9eb48ef2209cf435f8104f81601d9ca9e15c063 100644
|
| --- a/chrome/browser/ui/gtk/content_setting_bubble_gtk.h
|
| +++ b/chrome/browser/ui/gtk/content_setting_bubble_gtk.h
|
| @@ -88,6 +88,8 @@ class ContentSettingBubbleGtk : public BubbleDelegateGtk,
|
| CHROMEGTK_CALLBACK_0(ContentSettingBubbleGtk, void, OnRadioToggled);
|
| CHROMEGTK_CALLBACK_0(ContentSettingBubbleGtk, void, OnCustomLinkClicked);
|
| CHROMEGTK_CALLBACK_0(ContentSettingBubbleGtk, void, OnManageLinkClicked);
|
| + CHROMEGTK_CALLBACK_0(ContentSettingBubbleGtk, void, OnSaveButtonClicked);
|
| + CHROMEGTK_CALLBACK_0(ContentSettingBubbleGtk, void, OnCancelButtonClicked);
|
| CHROMEGTK_CALLBACK_0(ContentSettingBubbleGtk, void, OnCloseButtonClicked);
|
| CHROMEGTK_CALLBACK_0(ContentSettingBubbleGtk, void, OnMenuButtonClicked);
|
|
|
|
|