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 a93cd769939195538dd9dbffad3857fae7742ac9..14c7cc44e694d32545b8b0cbfe079f325cea90b3 100644 |
--- a/content/public/browser/content_browser_client.cc |
+++ b/content/public/browser/content_browser_client.cc |
@@ -289,4 +289,10 @@ crypto::CryptoModuleBlockingPasswordDelegate* |
} |
#endif |
+#if defined(ENABLE_WEBRTC) |
+bool ContentBrowserClient::IsWebRtcLoggingAllowed() { |
+ return false; |
+} |
+#endif |
+ |
} // namespace content |