Index: content/shell/browser/shell_browser_context.cc |
diff --git a/content/shell/browser/shell_browser_context.cc b/content/shell/browser/shell_browser_context.cc |
index 29fb8daef715a17da03ef94d4c9608576b02be72..086af38b266ff5c886174d2ea573c7b74814818c 100644 |
--- a/content/shell/browser/shell_browser_context.cc |
+++ b/content/shell/browser/shell_browser_context.cc |
@@ -198,6 +198,20 @@ void ShellBrowserContext::CancelMIDISysExPermissionRequest( |
const GURL& requesting_frame) { |
} |
+void ShellBrowserContext::RequestProtectedMediaIdentifierPermission( |
+ int render_process_id, |
+ int render_view_id, |
+ int bridge_id, |
+ int group_id, |
+ const GURL& requesting_frame, |
+ const ProtectedMediaIdentifierPermissionCallback& callback) { |
+ callback.Run(true); |
+} |
+ |
+void ShellBrowserContext::CancelProtectedMediaIdentifierPermissionRequests( |
+ int group_id) { |
+} |
+ |
net::URLRequestContextGetter* |
ShellBrowserContext::CreateRequestContextForStoragePartition( |
const base::FilePath& partition_path, |