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

Unified Diff: chrome/browser/content_settings/tab_specific_content_settings.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/content_settings/tab_specific_content_settings.h
===================================================================
--- chrome/browser/content_settings/tab_specific_content_settings.h (revision 239622)
+++ chrome/browser/content_settings/tab_specific_content_settings.h (working copy)
@@ -294,8 +294,7 @@
bool blocked_by_policy) OVERRIDE;
// Message handlers. Public for testing.
- void OnContentBlocked(ContentSettingsType type,
- const std::string& resource_identifier);
Bernhard Bauer 2013/12/10 23:14:05 I'm wondering if we should keep the resource ident
jam 2013/12/11 00:15:38 my philosophy is if we want to expose it, let's ad
+ void OnContentBlocked(ContentSettingsType type);
void OnContentAllowed(ContentSettingsType type);
// These methods are invoked on the UI thread by the static functions above.
@@ -351,9 +350,6 @@
explicit TabSpecificContentSettings(content::WebContents* tab);
friend class content::WebContentsUserData<TabSpecificContentSettings>;
- void AddBlockedResource(ContentSettingsType content_type,
- const std::string& resource_identifier);
-
// content::NotificationObserver implementation.
virtual void Observe(int type,
const content::NotificationSource& source,

Powered by Google App Engine
This is Rietveld 408576698