parent
ceb64b3b1b
commit
71b1b69339
2 changed files with 0 additions and 5 deletions
|
@ -82,10 +82,6 @@ void AtomExtensionSystem::InitForRegularProfile(bool extensions_enabled) {
|
||||||
extension_loader_ = std::make_unique<AtomExtensionLoader>(browser_context_);
|
extension_loader_ = std::make_unique<AtomExtensionLoader>(browser_context_);
|
||||||
}
|
}
|
||||||
|
|
||||||
void AtomExtensionSystem::InitForIncognitoProfile() {
|
|
||||||
NOTREACHED();
|
|
||||||
}
|
|
||||||
|
|
||||||
ExtensionService* AtomExtensionSystem::extension_service() {
|
ExtensionService* AtomExtensionSystem::extension_service() {
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
|
@ -58,7 +58,6 @@ class AtomExtensionSystem : public ExtensionSystem {
|
||||||
|
|
||||||
// ExtensionSystem implementation:
|
// ExtensionSystem implementation:
|
||||||
void InitForRegularProfile(bool extensions_enabled) override;
|
void InitForRegularProfile(bool extensions_enabled) override;
|
||||||
void InitForIncognitoProfile() override;
|
|
||||||
ExtensionService* extension_service() override;
|
ExtensionService* extension_service() override;
|
||||||
RuntimeData* runtime_data() override;
|
RuntimeData* runtime_data() override;
|
||||||
ManagementPolicy* management_policy() override;
|
ManagementPolicy* management_policy() override;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue