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

Unified Diff: chrome/browser/content_settings/host_content_settings_map.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: review comments 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
« no previous file with comments | « no previous file | chrome/browser/content_settings/host_content_settings_map.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/content_settings/host_content_settings_map.h
===================================================================
--- chrome/browser/content_settings/host_content_settings_map.h (revision 239860)
+++ chrome/browser/content_settings/host_content_settings_map.h (working copy)
@@ -146,15 +146,12 @@
base::Value* value);
// Convenience method to add a content setting for the given URLs, making sure
- // that there is no setting overriding it. For ContentSettingsTypes that
- // require an resource identifier to be specified, the |resource_identifier|
- // must be non-empty.
+ // that there is no setting overriding it.
//
// This should only be called on the UI thread.
void AddExceptionForURL(const GURL& primary_url,
const GURL& secondary_url,
ContentSettingsType content_type,
- const std::string& resource_identifier,
ContentSetting setting);
// Clears all host-specific settings for one content type.
« no previous file with comments | « no previous file | chrome/browser/content_settings/host_content_settings_map.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698