feat: [extensions] background pages (#21591)
This commit is contained in:
parent
cf497ea478
commit
8bc0c92137
23 changed files with 477 additions and 11 deletions
|
@ -141,6 +141,12 @@ class AtomBrowserContext
|
|||
return weak_factory_.GetWeakPtr();
|
||||
}
|
||||
|
||||
#if BUILDFLAG(ENABLE_ELECTRON_EXTENSIONS)
|
||||
extensions::AtomExtensionSystem* extension_system() {
|
||||
return extension_system_;
|
||||
}
|
||||
#endif
|
||||
|
||||
protected:
|
||||
AtomBrowserContext(const std::string& partition,
|
||||
bool in_memory,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue