From f6779a644fd46a4574869610b8a7ac5a38dfc7c2 Mon Sep 17 00:00:00 2001 From: "marja@chromium.org" Date: Tue, 8 Nov 2011 12:08:12 +0000 Subject: Revert 109005 - Take script URLs into account when applying script content settings. Transmit script content settings to the renderer. Use the script URL as the secondary URL for the content setting rules. BUG=90840 TEST=ChromeRenderViewTest.ContentSettings(Allow|Block)Scripts Review URL: http://codereview.chromium.org/8409006 TBR=marja@chromium.org Review URL: http://codereview.chromium.org/8502014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109014 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/content_settings.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'chrome/common/content_settings.cc') diff --git a/chrome/common/content_settings.cc b/chrome/common/content_settings.cc index cd30d6c..ecf26f8 100644 --- a/chrome/common/content_settings.cc +++ b/chrome/common/content_settings.cc @@ -33,7 +33,3 @@ ContentSettingPatternSource::ContentSettingPatternSource( incognito(incognito) {} ContentSettingPatternSource::ContentSettingPatternSource() {} - -RendererContentSettingRules::RendererContentSettingRules() {} - -RendererContentSettingRules::~RendererContentSettingRules() {} -- cgit v1.1