Index: content/public/browser/content_browser_client.h |
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h |
index d29b30ee2e539c58c5e1f731d13ee1ddde766533..95a92fe262170676a1a7f2517af7c8715d633de0 100644 |
--- a/content/public/browser/content_browser_client.h |
+++ b/content/public/browser/content_browser_client.h |
@@ -641,7 +641,9 @@ class CONTENT_EXPORT ContentBrowserClient { |
const GURL& url); |
// Returns true if dev channel APIs are available for plugins. |
- virtual bool IsPluginAllowedToUseDevChannelAPIs(); |
+ virtual bool IsPluginAllowedToUseDevChannelAPIs( |
+ BrowserContext* browser_context, |
+ const GURL& url); |
// Returns a special cookie store to use for a given render process, or NULL |
// if the default cookie store should be used |