Implement GetBrowsingDataRemoverDelegate() for BrowserContext subclasses

https://codereview.chromium.org/2898443002
This commit is contained in:
Aleksei Kuzmin 2017-08-24 00:35:34 +03:00 committed by Cheng Zhao
parent edb7bc6572
commit 7d1c1700f8
2 changed files with 7 additions and 0 deletions

View file

@ -201,6 +201,11 @@ BrowserContext::GetBackgroundSyncController() {
return nullptr;
}
content::BrowsingDataRemoverDelegate*
BrowserContext::GetBrowsingDataRemoverDelegate() {
return nullptr;
}
net::URLRequestContextGetter*
BrowserContext::CreateRequestContextForStoragePartition(
const base::FilePath& partition_path,