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 952e87930d3139843e6252e5817a4e7bc65d4531..93fe153a791f46dc0f4222bba4a7c3a35237add7 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( |