| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index 5fc15cf124fbc17f059c52a44dc587f2b889e55c..e832857ade355d96047c71e2b6d1a08bc643f705 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -85,6 +85,17 @@ class ProfileImpl : public Profile {
|
| int render_view_id,
|
| int bridge_id,
|
| const GURL& requesting_frame) OVERRIDE;
|
| + virtual void RequestProtectedMediaIdentifierPermission(
|
| + int render_process_id,
|
| + int render_view_id,
|
| + int bridge_id,
|
| + const GURL& requesting_frame,
|
| + const ProtectedMediaIdentifierPermissionCallback& callback) OVERRIDE;
|
| + virtual void CancelProtectedMediaIdentifierPermissionRequest(
|
| + int render_process_id,
|
| + int render_view_id,
|
| + int bridge_id,
|
| + const GURL& requesting_frame) OVERRIDE;
|
| virtual content::ResourceContext* GetResourceContext() OVERRIDE;
|
| virtual content::GeolocationPermissionContext*
|
| GetGeolocationPermissionContext() OVERRIDE;
|
|
|