| Index: content/browser/plugin_service_impl.h
|
| diff --git a/content/browser/plugin_service_impl.h b/content/browser/plugin_service_impl.h
|
| index d8e3de62ae3d9c2c2eacb0910f59b80086d961a7..e95fa7c9786455125945a1a398ecdd606cf96d06 100644
|
| --- a/content/browser/plugin_service_impl.h
|
| +++ b/content/browser/plugin_service_impl.h
|
| @@ -121,6 +121,7 @@ class CONTENT_EXPORT PluginServiceImpl
|
| // Returns true iff the given HWND is a plugin.
|
| bool IsPluginWindow(HWND window);
|
| #endif
|
| + virtual bool PpapiDevChannelSupported() OVERRIDE;
|
|
|
| // Returns the plugin process host corresponding to the plugin process that
|
| // has been started by this service. This will start a process to host the
|
|
|