diff options
Diffstat (limited to 'chrome/browser/content_setting_bubble_model.h')
-rw-r--r-- | chrome/browser/content_setting_bubble_model.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/content_setting_bubble_model.h b/chrome/browser/content_setting_bubble_model.h index 97664d8..3d7c08a 100644 --- a/chrome/browser/content_setting_bubble_model.h +++ b/chrome/browser/content_setting_bubble_model.h @@ -58,7 +58,6 @@ class ContentSettingBubbleModel : public NotificationObserver { PopupItems popup_items; RadioGroup radio_group; std::vector<DomainList> domain_lists; - std::set<std::string> resource_identifiers; std::string manage_link; std::string clear_link; std::string info_link; @@ -112,7 +111,6 @@ class ContentSettingBubbleModel : public NotificationObserver { void set_load_plugins_link_enabled(bool enabled) { bubble_content_.load_plugins_link_enabled = enabled; } - void AddBlockedResource(const std::string& resource_identifier); private: TabContents* tab_contents_; |