diff options
Diffstat (limited to 'content/shell/shell_browser_main_parts.h')
-rw-r--r-- | content/shell/shell_browser_main_parts.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/shell/shell_browser_main_parts.h b/content/shell/shell_browser_main_parts.h index 49d5427..334ee03 100644 --- a/content/shell/shell_browser_main_parts.h +++ b/content/shell/shell_browser_main_parts.h @@ -49,7 +49,9 @@ class ShellBrowserMainParts : public BrowserMainParts { bool run_message_loop_; ShellDevToolsDelegate* devtools_delegate_; +#if defined(ENABLE_PLUGINS) scoped_ptr<ShellPluginServiceFilter> plugin_service_filter_; +#endif DISALLOW_COPY_AND_ASSIGN(ShellBrowserMainParts); }; |