Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2381)

Unified Diff: chrome/browser/ui/content_settings/content_setting_bubble_model.h

Issue 106713004: Remove kEnableResourceContentSettings and all the code that uses it since it's been behind a flag f… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/content_settings/content_setting_bubble_model.h
===================================================================
--- chrome/browser/ui/content_settings/content_setting_bubble_model.h (revision 239860)
+++ chrome/browser/ui/content_settings/content_setting_bubble_model.h (working copy)
@@ -83,7 +83,6 @@
RadioGroup radio_group;
bool radio_group_enabled;
std::vector<DomainList> domain_lists;
- std::set<std::string> resource_identifiers;
std::string custom_link;
bool custom_link_enabled;
std::string manage_link;
@@ -158,7 +157,6 @@
void set_selected_device(const content::MediaStreamDevice& device) {
bubble_content_.media_menus[device.type].selected_device = device;
}
- void AddBlockedResource(const std::string& resource_identifier);
private:
content::WebContents* web_contents_;
@@ -181,7 +179,6 @@
Delegate* delegate() const { return delegate_; }
private:
- void SetBlockedResources();
void SetTitle();
void SetManageLink();
virtual void OnManageLinkClicked() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698