Index: chrome/browser/extensions/extension_service.h |
diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h |
index bc058c06621c9104e401d21aefd2eda3e54b6dc8..f32cc9da441cd2b70634ee16bf211933ba78b195 100644 |
--- a/chrome/browser/extensions/extension_service.h |
+++ b/chrome/browser/extensions/extension_service.h |
@@ -562,6 +562,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_; |