summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser.gypi
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-12 20:38:58 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-12 20:38:58 +0000
commit2d498eec384907d4f2c411324d4341b85e31f12c (patch)
tree57df0898131c5cf7c1228537086a0a54019f315a /chrome/chrome_browser.gypi
parent26f89e38c15a72ac67433b7c44a9996a6624d900 (diff)
downloadchromium_src-2d498eec384907d4f2c411324d4341b85e31f12c.zip
chromium_src-2d498eec384907d4f2c411324d4341b85e31f12c.tar.gz
chromium_src-2d498eec384907d4f2c411324d4341b85e31f12c.tar.bz2
Remove BlockedPluginManager entirely. It only existed to show infobars for blocked plugins, which it hasn't done since r62146, and there are no firm plans to do so in the future.
This is important because http://codereview.chromium.org/4767001/ is going to make calling RemoveInfoBar() with a non-showing delegate an error, and it seems better to just remove all this code if it's not doing anything than to neuter parts of it. BUG=62154 TEST=none Review URL: http://codereview.chromium.org/4863001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65984 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r--chrome/chrome_browser.gypi2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index bb21546..ab4b969 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -272,8 +272,6 @@
'browser/background_mode_manager.h',
'browser/blocked_content_container.cc',
'browser/blocked_content_container.h',
- 'browser/blocked_plugin_manager.cc',
- 'browser/blocked_plugin_manager.h',
'browser/bookmarks/bookmark_codec.cc',
'browser/bookmarks/bookmark_codec.h',
'browser/bookmarks/bookmark_context_menu_controller.cc',