diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-11 23:10:56 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-11 23:10:56 +0000 |
commit | 50285fffa5e44c61cbf6141908c6297fbd0b20d4 (patch) | |
tree | 5fb535a307298d93e4c885c40856303784cbf543 /chrome/plugin/webplugin_proxy.h | |
parent | 1ad795b4c02d1fd42743252685bd411619a2d4e2 (diff) | |
download | chromium_src-50285fffa5e44c61cbf6141908c6297fbd0b20d4.zip chromium_src-50285fffa5e44c61cbf6141908c6297fbd0b20d4.tar.gz chromium_src-50285fffa5e44c61cbf6141908c6297fbd0b20d4.tar.bz2 |
Remove Gears from Chrome.
There are probably a few more bits and pieces that can be removed, but I think this is the majority of it.
BUG=51934
Review URL: http://codereview.chromium.org/6576020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77888 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/plugin/webplugin_proxy.h')
-rw-r--r-- | chrome/plugin/webplugin_proxy.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/chrome/plugin/webplugin_proxy.h b/chrome/plugin/webplugin_proxy.h index acc89ab..4b3f2b4 100644 --- a/chrome/plugin/webplugin_proxy.h +++ b/chrome/plugin/webplugin_proxy.h @@ -21,7 +21,6 @@ #include "base/scoped_ptr.h" #include "base/shared_memory.h" #include "base/timer.h" -#include "chrome/common/chrome_plugin_api.h" #include "googleurl/src/gurl.h" #include "ipc/ipc_message.h" #include "webkit/plugins/npapi/webplugin.h" @@ -75,28 +74,9 @@ class WebPluginProxy : public webkit::npapi::WebPlugin { virtual std::string GetCookies(const GURL& url, const GURL& first_party_for_cookies); - virtual void ShowModalHTMLDialog(const GURL& url, int width, int height, - const std::string& json_arguments, - std::string* json_retval); - - // Called by gears over the CPAPI interface to verify that the given event is - // the current (javascript) drag event the browser is dispatching, and return - // the drag data, or control the drop effect (drag cursor), if so. - bool GetDragData(struct NPObject* event, bool add_data, int32* identity, - int32* event_id, std::string* type, std::string* data); - bool SetDropEffect(struct NPObject* event, int effect); - virtual void OnMissingPluginStatus(int status); // class-specific methods - // Retrieves the browsing context associated with the renderer this plugin - // is in. Calling multiple times will return the same value. - CPBrowsingContext GetCPBrowsingContext(); - - // Retrieves the WebPluginProxy for the given context that was returned by - // GetCPBrowsingContext, or NULL if not found. - static WebPluginProxy* FromCPBrowsingContext(CPBrowsingContext context); - // Returns a WebPluginResourceClient object given its id, or NULL if no // object with that id exists. webkit::npapi::WebPluginResourceClient* GetResourceClient(int id); @@ -203,7 +183,6 @@ class WebPluginProxy : public webkit::npapi::WebPlugin { scoped_refptr<PluginChannel> channel_; int route_id_; - uint32 cp_browsing_context_; NPObject* window_npobject_; NPObject* plugin_element_; webkit::npapi::WebPluginDelegateImpl* delegate_; |