Index: content/shell/shell_content_renderer_client.h |
=================================================================== |
--- content/shell/shell_content_renderer_client.h (revision 102285) |
+++ content/shell/shell_content_renderer_client.h (working copy) |
@@ -19,10 +19,11 @@ |
virtual void SetNumberOfViews(int number_of_views) OVERRIDE; |
virtual SkBitmap* GetSadPluginBitmap() OVERRIDE; |
virtual std::string GetDefaultEncoding() OVERRIDE; |
- virtual WebKit::WebPlugin* CreatePlugin( |
+ virtual bool OverrideCreatePlugin( |
RenderView* render_view, |
WebKit::WebFrame* frame, |
- const WebKit::WebPluginParams& params) OVERRIDE; |
+ const WebKit::WebPluginParams& params, |
+ WebKit::WebPlugin** plugin) OVERRIDE; |
virtual void ShowErrorPage(RenderView* render_view, |
WebKit::WebFrame* frame, |
int http_status_code) OVERRIDE; |