NetLog should be managed by BrowserClient

This commit is contained in:
Cheng Zhao 2016-05-23 19:02:13 +09:00
parent 4ccf4394d7
commit f5bfbada97
4 changed files with 17 additions and 12 deletions

View file

@ -84,6 +84,10 @@ void BrowserClient::GetAdditionalAllowedSchemesForFileSystem(
additional_schemes->push_back(content::kChromeUIScheme);
}
net::NetLog* BrowserClient::GetNetLog() {
return &net_log_;
}
base::FilePath BrowserClient::GetDefaultDownloadDirectory() {
// ~/Downloads
base::FilePath path;