Index: content/browser/mock_content_browser_client.h |
diff --git a/content/browser/mock_content_browser_client.h b/content/browser/mock_content_browser_client.h |
index d31b9d85bdfd92f365d2462e8fba4302dac87969..fd22d9f2f918e6bdaf76c8d5b85ae3f085d56216 100644 |
--- a/content/browser/mock_content_browser_client.h |
+++ b/content/browser/mock_content_browser_client.h |
@@ -50,6 +50,12 @@ class MockContentBrowserClient : public ContentBrowserClient { |
net::CookieOptions* options) OVERRIDE; |
virtual bool AllowSaveLocalState( |
const content::ResourceContext& context) OVERRIDE; |
+ virtual PluginService::Filter* CreatePluginFilter( |
+ int render_process_id, |
+ int render_view_id, |
+ const content::ResourceContext& context, |
+ const GURL& url, |
+ const GURL& policy_url) OVERRIDE; |
virtual net::URLRequestContext* OverrideRequestContextForURL( |
const GURL& url, const content::ResourceContext& context) OVERRIDE; |
virtual QuotaPermissionContext* CreateQuotaPermissionContext() OVERRIDE; |