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/browser/plugin_service_impl.h | |
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/browser/plugin_service_impl.h')
-rw-r--r-- | content/browser/plugin_service_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/browser/plugin_service_impl.h b/content/browser/plugin_service_impl.h index d71cacc..6d358fd 100644 --- a/content/browser/plugin_service_impl.h +++ b/content/browser/plugin_service_impl.h @@ -24,6 +24,7 @@ #include "content/browser/ppapi_plugin_process_host.h" #include "content/common/content_export.h" #include "content/public/browser/plugin_service.h" +#include "content/public/common/pepper_plugin_info.h" #include "ipc/ipc_channel_handle.h" #include "url/gurl.h" |