Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1642)

Unified Diff: content/shell/shell_browser_main_parts.h

Issue 16059004: [content shell] only allow test plugins to load during layout tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/shell/shell_browser_main_parts.h
diff --git a/content/shell/shell_browser_main_parts.h b/content/shell/shell_browser_main_parts.h
index f6c1f4e502a47f858f41ba3cea8937a2922c1869..49d542749c25d09d65652ec5532f6c74828cac5f 100644
--- a/content/shell/shell_browser_main_parts.h
+++ b/content/shell/shell_browser_main_parts.h
@@ -17,6 +17,7 @@ namespace content {
class ShellBrowserContext;
class ShellDevToolsDelegate;
+class ShellPluginServiceFilter;
struct MainFunctionParams;
class ShellBrowserMainParts : public BrowserMainParts {
@@ -48,6 +49,7 @@ class ShellBrowserMainParts : public BrowserMainParts {
bool run_message_loop_;
ShellDevToolsDelegate* devtools_delegate_;
+ scoped_ptr<ShellPluginServiceFilter> plugin_service_filter_;
DISALLOW_COPY_AND_ASSIGN(ShellBrowserMainParts);
};

Powered by Google App Engine
This is Rietveld 408576698