| Index: chrome/browser/media/output_protection_impl.cc
|
| diff --git a/chrome/browser/media/output_protection_impl.cc b/chrome/browser/media/output_protection_impl.cc
|
| index 0317d8e6da84ea841e061f5d69a70fcb8f84a2c3..80808f28ddd0aea8c42edcf8069dd13bd7c737b6 100644
|
| --- a/chrome/browser/media/output_protection_impl.cc
|
| +++ b/chrome/browser/media/output_protection_impl.cc
|
| @@ -14,6 +14,7 @@
|
| // static
|
| void OutputProtectionImpl::Create(
|
| content::RenderFrameHost* render_frame_host,
|
| + const service_manager::BindSourceInfo& source_info,
|
| media::mojom::OutputProtectionRequest request) {
|
| DVLOG(2) << __func__;
|
| DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
|
|
|