diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-15 23:36:15 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-15 23:36:15 +0000 |
commit | d2ffd6ceb97c5590c01be7580bd2e38dbd7ac2c7 (patch) | |
tree | b56aac35897a683b276ec3c861f2e9d54a66f940 /content/plugin/webplugin_delegate_stub.h | |
parent | c9bd2e8e19e8c5891d68e99b4c610c04a62046a0 (diff) | |
download | chromium_src-d2ffd6ceb97c5590c01be7580bd2e38dbd7ac2c7.zip chromium_src-d2ffd6ceb97c5590c01be7580bd2e38dbd7ac2c7.tar.gz chromium_src-d2ffd6ceb97c5590c01be7580bd2e38dbd7ac2c7.tar.bz2 |
Delete the plugin printing code, which wasn't actually called.
Review URL: http://codereview.chromium.org/6874023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81835 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/plugin/webplugin_delegate_stub.h')
-rw-r--r-- | content/plugin/webplugin_delegate_stub.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/content/plugin/webplugin_delegate_stub.h b/content/plugin/webplugin_delegate_stub.h index 48442fa..b602a04 100644 --- a/content/plugin/webplugin_delegate_stub.h +++ b/content/plugin/webplugin_delegate_stub.h @@ -10,7 +10,6 @@ #include <vector> #include "base/memory/ref_counted.h" -#include "base/shared_memory.h" #include "base/task.h" #include "googleurl/src/gurl.h" #include "ipc/ipc_channel.h" @@ -73,7 +72,6 @@ class WebPluginDelegateStub : public IPC::Channel::Listener, bool* handled, WebCursor* cursor); void OnPaint(const gfx::Rect& damaged_rect); void OnDidPaint(); - void OnPrint(base::SharedMemoryHandle* shared_memory, uint32* size); void OnUpdateGeometry(const PluginMsg_UpdateGeometry_Param& param); void OnGetPluginScriptableObject(int* route_id); void OnSendJavaScriptStream(const GURL& url, @@ -104,10 +102,6 @@ class WebPluginDelegateStub : public IPC::Channel::Listener, int notify_id); void OnHTTPRangeRequestReply(unsigned long resource_id, int range_request_id); - void CreateSharedBuffer(uint32 size, - base::SharedMemory* shared_buf, - base::SharedMemoryHandle* remote_handle); - std::string mime_type_; int instance_id_; |