| Index: chrome/browser/extensions/extensions_service.h
|
| diff --git a/chrome/browser/extensions/extensions_service.h b/chrome/browser/extensions/extensions_service.h
|
| index d683585ed5050ec293f640dc25a7c390e3f9e25d..d4a6805733cf7130ef69a53b359b5b834fef7354 100644
|
| --- a/chrome/browser/extensions/extensions_service.h
|
| +++ b/chrome/browser/extensions/extensions_service.h
|
| @@ -236,6 +236,12 @@ class ExtensionsService
|
| DictionaryValue* manifest, const std::string& id,
|
| const FilePath& path, Extension::Location location);
|
|
|
| + // Handles sending notification that |extension| was loaded.
|
| + void NotifyExtensionLoaded(Extension* extension);
|
| +
|
| + // Handles sending notification that |extension| was unloaded.
|
| + void NotifyExtensionUnloaded(Extension* extension);
|
| +
|
| // Retrieves a vector of all page actions or browser actions, irrespective of
|
| // which extension they belong to.
|
| std::vector<ExtensionAction*> GetExtensionActions(
|
|
|