| 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 748c7df5e8cd4917a19a31dc6e759fe8a987c2d8..a71190168012f9ee254a3451c78822c025718093 100644
|
| --- a/chrome/renderer/chrome_content_renderer_client.h
|
| +++ b/chrome/renderer/chrome_content_renderer_client.h
|
| @@ -28,6 +28,7 @@ class SpellCheckProvider;
|
| struct ChromeViewHostMsg_GetPluginInfo_Output;
|
|
|
| namespace content {
|
| +class BrowserPluginDelegate;
|
| struct WebPluginInfo;
|
| }
|
|
|
| @@ -136,6 +137,8 @@ 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(
|
| + int routing_id, const std::string& mime_type) OVERRIDE;
|
|
|
| // Takes ownership.
|
| void SetExtensionDispatcherForTest(
|
|
|