| 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 8677c692aa7db85a15f498bcbe68fcca4a37f4da..6af499c3ae677e53299592079bf14ddefd40fd40 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -177,31 +177,6 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| content::MediaObserver* GetMediaObserver() override;
|
| content::PlatformNotificationService* GetPlatformNotificationService()
|
| override;
|
| - void RequestPermission(
|
| - content::PermissionType permission,
|
| - content::WebContents* web_contents,
|
| - int bridge_id,
|
| - const GURL& requesting_frame,
|
| - bool user_gesture,
|
| - const base::Callback<void(content::PermissionStatus)>& callback) override;
|
| - content::PermissionStatus GetPermissionStatus(
|
| - content::PermissionType permission,
|
| - content::BrowserContext* browser_context,
|
| - const GURL& requesting_origin,
|
| - const GURL& embedding_origin) override;
|
| - void ResetPermission(
|
| - content::PermissionType permission,
|
| - content::BrowserContext* browser_context,
|
| - const GURL& requesting_origin,
|
| - const GURL& embedding_origin) override;
|
| - void CancelPermissionRequest(content::PermissionType permission,
|
| - content::WebContents* web_contents,
|
| - int bridge_id,
|
| - const GURL& requesting_frame) override;
|
| - void RegisterPermissionUsage(content::PermissionType permission,
|
| - content::WebContents* web_contents,
|
| - const GURL& frame_url,
|
| - const GURL& main_frame_url) override;
|
| bool CanCreateWindow(const GURL& opener_url,
|
| const GURL& opener_top_level_frame_url,
|
| const GURL& source_origin,
|
|
|