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

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

Issue 160311: Pull CrxInstaller out of ExtensionsService. (Closed)
Patch Set: Fix leak of SandboxedExtensionUnpacker Created 11 years, 5 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/external_extension_provider.h
diff --git a/chrome/browser/extensions/external_extension_provider.h b/chrome/browser/extensions/external_extension_provider.h
index d67a918200f4de41c8d869ccd9e8af4b0c5380a6..f431bfc55859242f5f9a830f1d5268e4dabb4391 100644
--- a/chrome/browser/extensions/external_extension_provider.h
+++ b/chrome/browser/extensions/external_extension_provider.h
@@ -25,7 +25,8 @@ class ExternalExtensionProvider {
public:
virtual void OnExternalExtensionFound(const std::string& id,
const Version* version,
- const FilePath& path) = 0;
+ const FilePath& path,
+ Extension::Location location) = 0;
};
virtual ~ExternalExtensionProvider() {}

Powered by Google App Engine
This is Rietveld 408576698