| 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 1db244154d82473f3a769aa52505095a3fe32560..ee74614a479cbf5556989637f89d68178439c1f5 100644
|
| --- a/content/public/browser/content_browser_client.cc
|
| +++ b/content/public/browser/content_browser_client.cc
|
| @@ -276,4 +276,9 @@ crypto::CryptoModuleBlockingPasswordDelegate*
|
| }
|
| #endif
|
|
|
| +bool ContentBrowserClient::UploadWebRtcLog(base::SharedMemory* shared_memory,
|
| + uint32 length) {
|
| + return false;
|
| +}
|
| +
|
| } // namespace content
|
|
|