diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-04 23:44:46 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-04 23:44:46 +0000 |
commit | 674741939c4b887877859bced1f21e17d64c4b85 (patch) | |
tree | 5e61392d083de8b16461c9ecd037a380b64d496d /chrome/plugin/webplugin_delegate_stub.h | |
parent | 484f6c368b86f901bfc8998d5a21d2165cc83c8a (diff) | |
download | chromium_src-674741939c4b887877859bced1f21e17d64c4b85.zip chromium_src-674741939c4b887877859bced1f21e17d64c4b85.tar.gz chromium_src-674741939c4b887877859bced1f21e17d64c4b85.tar.bz2 |
Commiting the changes from my previous cl that are specific to not including render_messages.h/plugin_message.h unless necessary.
TBR=mpcomplete
Review URL: http://codereview.chromium.org/20059
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9189 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/plugin/webplugin_delegate_stub.h')
-rw-r--r-- | chrome/plugin/webplugin_delegate_stub.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/plugin/webplugin_delegate_stub.h b/chrome/plugin/webplugin_delegate_stub.h index 1cc21631..d5e8270 100644 --- a/chrome/plugin/webplugin_delegate_stub.h +++ b/chrome/plugin/webplugin_delegate_stub.h @@ -9,9 +9,9 @@ #include "base/gfx/rect.h" #include "base/ref_counted.h" +#include "base/shared_memory.h" #include "base/task.h" #include "chrome/common/ipc_channel.h" -#include "chrome/common/plugin_messages.h" #include "third_party/npapi/bindings/npapi.h" class GURL; @@ -20,6 +20,8 @@ class WebPluginProxy; class WebPluginDelegateImpl; struct PluginMsg_Init_Params; struct PluginMsg_DidReceiveResponseParams; +struct PluginMsg_PrintResponse_Params; +struct PluginMsg_URLRequestReply_Params; class WebCursor; // Converts the IPC messages from WebPluginDelegateProxy into calls to the |