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

Unified Diff: extensions/browser/extension_registry.h

Issue 386033002: Prune shared extendion module after extension updating. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix review issues Created 6 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: extensions/browser/extension_registry.h
diff --git a/extensions/browser/extension_registry.h b/extensions/browser/extension_registry.h
index 3d1076315375a5c936e06d9724daac1e4f2de88d..eec137b60e3d1f199fb5c88302d72519bd1a5e55 100644
--- a/extensions/browser/extension_registry.h
+++ b/extensions/browser/extension_registry.h
@@ -88,7 +88,8 @@ class ExtensionRegistry : public KeyedService {
// Invokes the observer method OnExtensionInstalled(). The extension must be
// contained in one of the registry's extension sets.
- void TriggerOnInstalled(const Extension* extension);
+ void TriggerOnInstalled(const Extension* extension,
+ bool is_update);
// Invokes the observer method OnExtensionUninstalled(). The extension must
// not be any installed extension with |extension|'s ID.
« no previous file with comments | « chrome/browser/sync_file_system/sync_file_system_service.cc ('k') | extensions/browser/extension_registry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698