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 e5f40c49df315be90985403a2285daf5c5517490..22142097b9ae8d7fe50db43a0eeb6df9dc8fbfa9 100644 |
--- a/content/public/browser/content_browser_client.h |
+++ b/content/public/browser/content_browser_client.h |
@@ -445,6 +445,11 @@ class CONTENT_EXPORT ContentBrowserClient { |
const GURL& requesting_origin, |
const GURL& embedding_origin); |
+ virtual void ResetPermission(PermissionType permission, |
+ BrowserContext* browser_context, |
+ const GURL& requesting_origin, |
+ const GURL& embedding_origin) {} |
+ |
// Returns true if the given page is allowed to open a window of the given |
// type. If true is returned, |no_javascript_access| will indicate whether |
// the window that is created should be scriptable/in the same process. |