fix: [extensions] remove InitForIncognitoProfile (#19477)

1699223
This commit is contained in:
Jeremy Apthorp 2019-07-29 11:34:57 -07:00 committed by GitHub
parent ceb64b3b1b
commit 71b1b69339
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 5 deletions

View file

@ -82,10 +82,6 @@ void AtomExtensionSystem::InitForRegularProfile(bool extensions_enabled) {
extension_loader_ = std::make_unique<AtomExtensionLoader>(browser_context_);
}
void AtomExtensionSystem::InitForIncognitoProfile() {
NOTREACHED();
}
ExtensionService* AtomExtensionSystem::extension_service() {
return nullptr;
}