Implement GetBrowsingDataRemoverDelegate() for BrowserContext subclasses
https://codereview.chromium.org/2898443002
This commit is contained in:
parent
edb7bc6572
commit
7d1c1700f8
2 changed files with 7 additions and 0 deletions
|
@ -201,6 +201,11 @@ BrowserContext::GetBackgroundSyncController() {
|
|||
return nullptr;
|
||||
}
|
||||
|
||||
content::BrowsingDataRemoverDelegate*
|
||||
BrowserContext::GetBrowsingDataRemoverDelegate() {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
net::URLRequestContextGetter*
|
||||
BrowserContext::CreateRequestContextForStoragePartition(
|
||||
const base::FilePath& partition_path,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue