| 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 764edae921fa3fd3fad07666071a79a6192d3980..6381df2ed94db8f6d68b644afa0f62ceabc2989c 100644
|
| --- a/chrome/renderer/chrome_content_renderer_client.h
|
| +++ b/chrome/renderer/chrome_content_renderer_client.h
|
| @@ -168,11 +168,13 @@ class ChromeContentRendererClient : public content::ContentRendererClient {
|
| void SetSpellcheck(SpellCheck* spellcheck);
|
| #endif
|
|
|
| +#if defined(ENABLE_PLUGINS)
|
| static blink::WebPlugin* CreatePlugin(
|
| content::RenderFrame* render_frame,
|
| blink::WebLocalFrame* frame,
|
| const blink::WebPluginParams& params,
|
| const ChromeViewHostMsg_GetPluginInfo_Output& output);
|
| +#endif
|
|
|
| #if defined(ENABLE_PLUGINS) && defined(ENABLE_EXTENSIONS)
|
| static bool IsExtensionOrSharedModuleWhitelisted(
|
|
|