diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-29 21:11:47 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-29 21:11:47 +0000 |
commit | 1e12702c82a1d56f7d334463cc17a1bab3e51953 (patch) | |
tree | f031a6f56ed0846c7ad040344eb0f8a4b2c6e628 /chrome/browser/DEPS | |
parent | 77a68c2d0cded5ad1536894af70d1a9d81462f9f (diff) | |
download | chromium_src-1e12702c82a1d56f7d334463cc17a1bab3e51953.zip chromium_src-1e12702c82a1d56f7d334463cc17a1bab3e51953.tar.gz chromium_src-1e12702c82a1d56f7d334463cc17a1bab3e51953.tar.bz2 |
Remove chrome dependency on PepperPluginRegistry. This was used only by extension code to add additional mimetypes for the NaCl plugin. Since the Chrome code is what added the NaCl plugin, it doesn't need to ask content to get the list from it. As for the --register-pepper-plugins, I've been told this isn't necessary anymore.
BUG=98716
Review URL: http://codereview.chromium.org/8725042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112024 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/DEPS')
-rw-r--r-- | chrome/browser/DEPS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS index 48ffaa7..14e7a48 100644 --- a/chrome/browser/DEPS +++ b/chrome/browser/DEPS @@ -38,7 +38,6 @@ include_rules = [ "+content/common/geolocation_messages.h", "+content/common/geoposition.h", "+content/common/mac/scoped_sending_event.h", - "+content/common/pepper_plugin_registry.h", "+content/common/test_url_constants.h", "+content/common/view_messages.h", # TODO(pfeldman) |