| 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 8b4c4a9a455e5c7e15f57d8ae90cad97f9b48388..b7a92d5786de7013ab21b76e4b647d1748266ae1 100644
|
| --- a/content/public/browser/content_browser_client.h
|
| +++ b/content/public/browser/content_browser_client.h
|
| @@ -568,13 +568,6 @@ class CONTENT_EXPORT ContentBrowserClient {
|
| BrowserContext* browser_context,
|
| const GURL& url);
|
|
|
| - // Checks if |security_origin| has permission to access the microphone or
|
| - // camera. Note that this does not query the user. |type| must be
|
| - // MEDIA_DEVICE_AUDIO_CAPTURE or MEDIA_DEVICE_VIDEO_CAPTURE.
|
| - virtual bool CheckMediaAccessPermission(BrowserContext* browser_context,
|
| - const GURL& security_origin,
|
| - MediaStreamType type);
|
| -
|
| // Allows to override browser Mojo services exposed through the
|
| // RenderProcessHost.
|
| virtual void OverrideRenderProcessMojoServices(ServiceRegistry* registry) {}
|
|
|