| Index: content/browser/media/media_internals_proxy.cc
|
| diff --git a/content/browser/media/media_internals_proxy.cc b/content/browser/media/media_internals_proxy.cc
|
| index 2181caa5335740eb9e3f604c2436496d85ba582c..05f4dd82a630647fb5034bc90ca6f606e7b251ce 100644
|
| --- a/content/browser/media/media_internals_proxy.cc
|
| +++ b/content/browser/media/media_internals_proxy.cc
|
| @@ -122,7 +122,8 @@ void MediaInternalsProxy::ObserveMediaInternalsOnIOThread() {
|
| MediaInternals::GetInstance()->AddUpdateCallback(update_callback_);
|
| if (GetContentClient()->browser()->GetNetLog()) {
|
| net::NetLog* net_log = GetContentClient()->browser()->GetNetLog();
|
| - net_log->DeprecatedAddObserver(this, net::NetLog::LOG_ALL_BUT_BYTES);
|
| + net_log->DeprecatedAddObserver(
|
| + this, net::NetLogCaptureMode::IncludeCookiesAndCredentials());
|
| }
|
| }
|
|
|
|
|