| Index: content/browser/plugin_service_impl.cc
|
| diff --git a/content/browser/plugin_service_impl.cc b/content/browser/plugin_service_impl.cc
|
| index 74feedeec30daaccc2f10490cc79fd754f5bccc2..cb0a7b4e5994e7eac1ff67e83d49e90d87002255 100644
|
| --- a/content/browser/plugin_service_impl.cc
|
| +++ b/content/browser/plugin_service_impl.cc
|
| @@ -841,4 +841,9 @@ bool PluginServiceImpl::IsPluginWindow(HWND window) {
|
| }
|
| #endif
|
|
|
| +bool PluginServiceImpl::PpapiDevChannelSupported() {
|
| + return content::GetContentClient()->browser()->
|
| + IsPluginAllowedToUseDevChannelAPIs();
|
| +}
|
| +
|
| } // namespace content
|
|
|