| Index: chrome/browser/extensions/extension_service.h
|
| diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
|
| index 03f18a1957bce230be6e745614a80eefb2d8d16b..751be62af3f93c647e4ba0f500607f3f734e4de3 100644
|
| --- a/chrome/browser/extensions/extension_service.h
|
| +++ b/chrome/browser/extensions/extension_service.h
|
| @@ -557,6 +557,13 @@ class ExtensionService
|
| // Used only by test code.
|
| void UnloadAllExtensionsInternal();
|
|
|
| + // Called on file task runner thread to uninstall extension.
|
| + static void UninstallExtensionOnFileThread(
|
| + const std::string& id,
|
| + Profile* profile,
|
| + const base::FilePath& install_dir,
|
| + const base::FilePath& extension_path);
|
| +
|
| // The normal profile associated with this ExtensionService.
|
| Profile* profile_;
|
|
|
|
|