| Index: content/public/browser/content_browser_client.cc
|
| diff --git a/content/public/browser/content_browser_client.cc b/content/public/browser/content_browser_client.cc
|
| index 05b7da94241afd5d1841807d9dfb3f700a9b1160..e27570b8d4317a8057a7a831f49023fdab8d3bbc 100644
|
| --- a/content/public/browser/content_browser_client.cc
|
| +++ b/content/public/browser/content_browser_client.cc
|
| @@ -284,4 +284,8 @@ crypto::CryptoModuleBlockingPasswordDelegate*
|
| }
|
| #endif
|
|
|
| +bool ContentBrowserClient::IsWebRtcLoggingAllowed() {
|
| + return false;
|
| +}
|
| +
|
| } // namespace content
|
|
|