Index: chrome/renderer/render_view.h |
diff --git a/chrome/renderer/render_view.h b/chrome/renderer/render_view.h |
index 42e3ddbabd3ac642c441f17d61a269a704a28578..705f12e41ef003292f38e2604d62aa6c4a639fd9 100644 |
--- a/chrome/renderer/render_view.h |
+++ b/chrome/renderer/render_view.h |
@@ -340,12 +340,6 @@ class RenderView : public RenderWidget, |
WebKit::WebPlugin* CreatePluginNoCheck(WebKit::WebFrame* frame, |
const WebKit::WebPluginParams& params); |
- // Asks the browser for the CPBrowsingContext associated with this renderer. |
- // This is an opaque identifier associated with the renderer for sending |
- // messages for the given "Chrome Plugin." The Chrome Plugin API is used |
- // only by gears and this function can be deleted when we remove gears. |
- uint32 GetCPBrowsingContext(); |
- |
#if defined(OS_MACOSX) |
// Informs the render view that the given plugin has gained or lost focus. |
void PluginFocusChanged(bool focused, int plugin_id); |
@@ -636,11 +630,6 @@ class RenderView : public RenderWidget, |
virtual void DidMovePlugin(const webkit::npapi::WebPluginGeometry& move); |
virtual void DidStartLoadingForPlugin(); |
virtual void DidStopLoadingForPlugin(); |
- virtual void ShowModalHTMLDialogForPlugin( |
- const GURL& url, |
- const gfx::Size& size, |
- const std::string& json_arguments, |
- std::string* json_retval); |
virtual WebKit::WebCookieJar* GetCookieJar(); |
// Please do not add your stuff randomly to the end here. If there is an |