| Index: chrome/browser/chrome_content_browser_client.cc
|
| diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
|
| index 3449d44a7eed3bffef2b4126952b24f56cfd4337..ee5890e7dc7749e4891c6ad653f9783b250afdb8 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -3432,6 +3432,10 @@ void ChromeContentBrowserClient::
|
| task_scheduler_util::MaybePerformBrowserTaskSchedulerRedirection();
|
| }
|
|
|
| +base::FilePath ChromeContentBrowserClient::GetLoggingFileName() {
|
| + return logging::GetLogFileName();
|
| +}
|
| +
|
| // static
|
| void ChromeContentBrowserClient::SetDefaultQuotaSettingsForTesting(
|
| const storage::QuotaSettings* settings) {
|
|
|