| Index: content/shell/browser/shell_browser_context.h
|
| diff --git a/content/shell/browser/shell_browser_context.h b/content/shell/browser/shell_browser_context.h
|
| index 4289b43723f41546c4b2534c936662f664b53c88..f6254a0c02a9df256cd9872f612d67a6e737d32a 100644
|
| --- a/content/shell/browser/shell_browser_context.h
|
| +++ b/content/shell/browser/shell_browser_context.h
|
| @@ -54,6 +54,15 @@ class ShellBrowserContext : public BrowserContext {
|
| 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,
|
| + int group_id,
|
| + const GURL& requesting_frame,
|
| + const ProtectedMediaIdentifierPermissionCallback& callback) OVERRIDE;
|
| + virtual void CancelProtectedMediaIdentifierPermissionRequests(
|
| + int group_id) OVERRIDE;
|
| virtual ResourceContext* GetResourceContext() OVERRIDE;
|
| virtual GeolocationPermissionContext*
|
| GetGeolocationPermissionContext() OVERRIDE;
|
|
|