Index: content/browser/plugin_service_impl.cc |
diff --git a/content/browser/plugin_service_impl.cc b/content/browser/plugin_service_impl.cc |
index 0d285fdc8a15b5200d4fe7b75dd10da39b40c9e6..a2c3170baf5bf42479f872bca329e4ae80415950 100644 |
--- a/content/browser/plugin_service_impl.cc |
+++ b/content/browser/plugin_service_impl.cc |
@@ -852,9 +852,11 @@ bool PluginServiceImpl::IsPluginWindow(HWND window) { |
} |
#endif |
-bool PluginServiceImpl::PpapiDevChannelSupported() { |
+bool PluginServiceImpl::PpapiDevChannelSupported( |
+ BrowserContext* browser_context, |
+ const GURL& document_url) { |
return content::GetContentClient()->browser()-> |
- IsPluginAllowedToUseDevChannelAPIs(); |
+ IsPluginAllowedToUseDevChannelAPIs(browser_context, document_url); |
} |
} // namespace content |