| Index: chrome/browser/extensions/extensions_service.h
|
| diff --git a/chrome/browser/extensions/extensions_service.h b/chrome/browser/extensions/extensions_service.h
|
| index d3fd80b98dd8589118009c998570efc694c5f098..012694874694129cd9f10d69b9c5a1fc6e3f2ce9 100644
|
| --- a/chrome/browser/extensions/extensions_service.h
|
| +++ b/chrome/browser/extensions/extensions_service.h
|
| @@ -269,6 +269,13 @@ class ExtensionsService
|
| void EnableExtension(const std::string& extension_id);
|
| void DisableExtension(const std::string& extension_id);
|
|
|
| + // Grants the permissions the |extension| has requested.
|
| + void GrantPermissions(const Extension* extension);
|
| +
|
| + // Grants the permissions the |extension| has requested and re-enables the
|
| + // extension.
|
| + void GrantPermissionsAndEnableExtension(const Extension* extension);
|
| +
|
| // Load the extension from the directory |extension_path|.
|
| void LoadExtension(const FilePath& extension_path);
|
|
|
|
|