| Index: chrome/browser/media/protected_media_identifier_permission_context.h
|
| diff --git a/chrome/browser/media/protected_media_identifier_permission_context.h b/chrome/browser/media/protected_media_identifier_permission_context.h
|
| index 1c438ec05f0bf604bce8dfd4e99bff90cc31cc29..f18f521fb546b0a4226d569e7b13eb3bb63cd90d 100644
|
| --- a/chrome/browser/media/protected_media_identifier_permission_context.h
|
| +++ b/chrome/browser/media/protected_media_identifier_permission_context.h
|
| @@ -57,6 +57,7 @@ class ProtectedMediaIdentifierPermissionContext
|
| void UpdateTabContext(const PermissionRequestID& id,
|
| const GURL& requesting_frame,
|
| bool allowed) override;
|
| + bool IsRestrictedToSecureOrigins() const override;
|
|
|
| // Returns whether "Protected content" is enabled based on factors other
|
| // than the protected media identifier content setting itself. For example,
|
|
|