| Index: chrome/browser/gtk/content_setting_bubble_gtk.h
|
| diff --git a/chrome/browser/gtk/content_setting_bubble_gtk.h b/chrome/browser/gtk/content_setting_bubble_gtk.h
|
| index 2fccd668bf736f7066a7d74c59ea94dbefd1576d..f003ab69f3076b8a6a1f68356be4a71e5973bb81 100644
|
| --- a/chrome/browser/gtk/content_setting_bubble_gtk.h
|
| +++ b/chrome/browser/gtk/content_setting_bubble_gtk.h
|
| @@ -56,11 +56,9 @@ class ContentSettingBubbleGtk : public InfoBubbleGtkDelegate,
|
| GdkEventButton*);
|
| CHROMEGTK_CALLBACK_0(ContentSettingBubbleGtk, void, OnPopupLinkClicked);
|
| CHROMEGTK_CALLBACK_0(ContentSettingBubbleGtk, void, OnRadioToggled);
|
| - CHROMEGTK_CALLBACK_0(ContentSettingBubbleGtk, void, OnCloseButtonClicked);
|
| + CHROMEGTK_CALLBACK_0(ContentSettingBubbleGtk, void, OnCustomLinkClicked);
|
| CHROMEGTK_CALLBACK_0(ContentSettingBubbleGtk, void, OnManageLinkClicked);
|
| - CHROMEGTK_CALLBACK_0(ContentSettingBubbleGtk, void, OnClearLinkClicked);
|
| - CHROMEGTK_CALLBACK_0(ContentSettingBubbleGtk, void, OnInfoLinkClicked);
|
| - CHROMEGTK_CALLBACK_0(ContentSettingBubbleGtk, void, OnLoadPluginsLinkClicked);
|
| + CHROMEGTK_CALLBACK_0(ContentSettingBubbleGtk, void, OnCloseButtonClicked);
|
|
|
| // We position the bubble near this widget.
|
| GtkWidget* anchor_;
|
| @@ -89,8 +87,6 @@ class ContentSettingBubbleGtk : public InfoBubbleGtkDelegate,
|
|
|
| typedef std::vector<GtkWidget*> RadioGroupGtk;
|
| RadioGroupGtk radio_group_gtk_;
|
| -
|
| - GtkWidget* load_plugins_link_;
|
| };
|
|
|
| #endif // CHROME_BROWSER_GTK_CONTENT_SETTING_BUBBLE_GTK_H_
|
|
|