| Index: chrome/browser/chrome_content_browser_client.h
|
| diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
|
| index 8e28784a60e6e390bf5002f8507c4345e7bcd7e3..ac022037d4d801e8f4ef664f0affdf879f4d304b 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -189,6 +189,15 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| content::BrowserContext* browser_context,
|
| const GURL& requesting_origin,
|
| const GURL& embedding_origin) override;
|
| + int SubscribePermissionStatusChange(
|
| + content::PermissionType permission,
|
| + content::BrowserContext* browser_context,
|
| + const GURL& requesting_origin,
|
| + const GURL& embedding_origin,
|
| + const base::Callback<void(content::PermissionStatus)>& callback) override;
|
| + void UnsubscribePermissionStatusChange(
|
| + content::BrowserContext* browser_context,
|
| + int subscription_id) override;
|
| void ResetPermission(
|
| content::PermissionType permission,
|
| content::BrowserContext* browser_context,
|
|
|