Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(552)

Unified Diff: chrome/browser/extensions/extension_service.h

Issue 273193006: Install Chrome OS apps to shared location (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added uninstall Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698