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

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

Issue 339103002: Update the EphemeralAppLauncher for use by the webstorePrivate API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase again Created 6 years, 6 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_installer.h
diff --git a/chrome/browser/extensions/extension_installer.h b/chrome/browser/extensions/extension_installer.h
index e72e01b13fa9ebe9af983e44a622246419d8e71f..b068faed952a1cd897bfd97216b7485d0d6873d8 100644
--- a/chrome/browser/extensions/extension_installer.h
+++ b/chrome/browser/extensions/extension_installer.h
@@ -24,6 +24,11 @@ namespace extensions {
// Holds common methods and data of extension installers.
+//
+// NOTE: This class is deprecated and has been replaced by
+// ExtensionInstallChecker.
+// TODO(tmdiep): CrxInstaller and UnpackedInstaller should be refactored to use
+// this class (crbug.com/386404).
class ExtensionInstaller {
public:
typedef base::Callback<void(std::vector<std::string>)> RequirementsCallback;
« no previous file with comments | « chrome/browser/extensions/extension_install_checker_unittest.cc ('k') | chrome/browser/extensions/webstore_install_result.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698