feat: flesh out the api for //extensions (#21587)
This commit is contained in:
parent
8bc0c92137
commit
fa42b5980e
10 changed files with 159 additions and 13 deletions
|
@ -53,6 +53,8 @@ class AtomExtensionSystem : public ExtensionSystem {
|
|||
// Reloads the extension with id |extension_id|.
|
||||
void ReloadExtension(const ExtensionId& extension_id);
|
||||
|
||||
void RemoveExtension(const ExtensionId& extension_id);
|
||||
|
||||
// KeyedService implementation:
|
||||
void Shutdown() override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue