Chromium Code Reviews| 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, |