| Index: chrome/renderer/chrome_content_renderer_client.h
|
| diff --git a/chrome/renderer/chrome_content_renderer_client.h b/chrome/renderer/chrome_content_renderer_client.h
|
| index 7b06cbcee47f0a446fc90eaf1459d4be39ad84ac..c8792c1d39bd1ea74b9928ded754e93a77d8f542 100644
|
| --- a/chrome/renderer/chrome_content_renderer_client.h
|
| +++ b/chrome/renderer/chrome_content_renderer_client.h
|
| @@ -31,6 +31,7 @@ class SpellCheckProvider;
|
| struct ChromeViewHostMsg_GetPluginInfo_Output;
|
|
|
| namespace content {
|
| +class BrowserPluginDelegate;
|
| struct WebPluginInfo;
|
| }
|
|
|
| @@ -139,6 +140,9 @@ class ChromeContentRendererClient : public content::ContentRendererClient {
|
| virtual bool IsPluginAllowedToUseDevChannelAPIs() OVERRIDE;
|
| virtual bool IsPluginAllowedToUseCompositorAPI(const GURL& url) OVERRIDE;
|
| virtual bool IsPluginAllowedToUseVideoDecodeAPI(const GURL& url) OVERRIDE;
|
| + virtual content::BrowserPluginDelegate* CreateBrowserPluginDelegate(
|
| + content::RenderFrame* render_frame,
|
| + const std::string& mime_type) OVERRIDE;
|
|
|
| // Takes ownership.
|
| void SetExtensionDispatcherForTest(
|
|
|