| Index: extensions/browser/extension_registry.h
|
| diff --git a/extensions/browser/extension_registry.h b/extensions/browser/extension_registry.h
|
| index 65ee7517b99b6987d31aea96f00b047fd4519faf..0087645d08949fb3e071572a40aa4a5b44a7c5fd 100644
|
| --- a/extensions/browser/extension_registry.h
|
| +++ b/extensions/browser/extension_registry.h
|
| @@ -82,6 +82,10 @@ class ExtensionRegistry : public KeyedService {
|
| bool is_update,
|
| const std::string& old_name);
|
|
|
| + // Invokes the observer method OnExtensionUninstalled(). The extension must
|
| + // not be any installed extension with |extension|'s ID.
|
| + void TriggerOnUninstalled(const Extension* extension);
|
| +
|
| // Find an extension by ID using |include_mask| to pick the sets to search:
|
| // * enabled_extensions() --> ExtensionRegistry::ENABLED
|
| // * disabled_extensions() --> ExtensionRegistry::DISABLED
|
|
|