Index: content/browser/plugin_service_impl.h |
diff --git a/content/browser/plugin_service_impl.h b/content/browser/plugin_service_impl.h |
index 55788fcac3ef34e564c1c987f78fe260db0e646d..861889c7a36a71cec1318b2c9a0b6206c8a59863 100644 |
--- a/content/browser/plugin_service_impl.h |
+++ b/content/browser/plugin_service_impl.h |
@@ -115,7 +115,8 @@ class CONTENT_EXPORT PluginServiceImpl |
// Returns true iff the given HWND is a plugin. |
bool IsPluginWindow(HWND window); |
#endif |
- virtual bool PpapiDevChannelSupported() OVERRIDE; |
+ virtual bool PpapiDevChannelSupported(BrowserContext* browser_context, |
+ const GURL& document_url) 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 |