Index: chrome/browser/extensions/extension_service.h |
diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h |
index 5688f4ca8a30bba95a84d1da22ac9e14bdc08d1a..9219e62f5df7060f9d2ced990a8937c0542d69f1 100644 |
--- a/chrome/browser/extensions/extension_service.h |
+++ b/chrome/browser/extensions/extension_service.h |
@@ -561,6 +561,13 @@ class ExtensionService |
// the actual profile objects to be destroyed. |
void OnProfileDestructionStarted(); |
+ // 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_; |