summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/views/content_setting_bubble_contents.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/views/content_setting_bubble_contents.h')
-rw-r--r--chrome/browser/ui/views/content_setting_bubble_contents.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/chrome/browser/ui/views/content_setting_bubble_contents.h b/chrome/browser/ui/views/content_setting_bubble_contents.h
index 25723a4..45e0635 100644
--- a/chrome/browser/ui/views/content_setting_bubble_contents.h
+++ b/chrome/browser/ui/views/content_setting_bubble_contents.h
@@ -92,11 +92,9 @@ class ContentSettingBubbleContents : public views::View,
PopupLinks popup_links_;
typedef std::vector<views::RadioButton*> RadioGroup;
RadioGroup radio_group_;
- views::NativeButton* close_button_;
+ views::Link* custom_link_;
views::Link* manage_link_;
- views::Link* clear_link_;
- views::Link* info_link_;
- views::Link* load_plugins_link_;
+ views::NativeButton* close_button_;
DISALLOW_IMPLICIT_CONSTRUCTORS(ContentSettingBubbleContents);
};