diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-25 05:06:48 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-25 05:06:48 +0000 |
commit | dac6a5ac4fff22f2070a99c71472146aebe0192d (patch) | |
tree | e311e966952ea95f242e1b56c33354a5532206c7 /content/common/DEPS | |
parent | 977a14f06dbb9e9371332e5d7952e923095558fb (diff) | |
download | chromium_src-dac6a5ac4fff22f2070a99c71472146aebe0192d.zip chromium_src-dac6a5ac4fff22f2070a99c71472146aebe0192d.tar.gz chromium_src-dac6a5ac4fff22f2070a99c71472146aebe0192d.tar.bz2 |
Split PepperPluginRegistry into the pieces that are needed in each process. content/common only needed a simple method to get the list of pepper plugins. The zygote specific method moves to content/zygote. The rest moves to content/renderer, as that has dependencies on the pepper implementation which depends on blink.
BUG=263054
R=scottmg@chromium.org
Review URL: https://codereview.chromium.org/20172004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213593 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/DEPS')
-rw-r--r-- | content/common/DEPS | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/content/common/DEPS b/content/common/DEPS index d60a74e..2e11e26 100644 --- a/content/common/DEPS +++ b/content/common/DEPS @@ -6,9 +6,6 @@ include_rules = [ "-webkit/child", "-webkit/renderer", - # TODO(jam): remove this - "+content/renderer/pepper/plugin_module.h", - # TODO(ananta|jamesr|scottmg) http://crbug.com/237249 "!webkit/child/websocketstreamhandle_impl.h", |