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

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

Issue 317993003: Send an onInstalled event for shared module update (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix tests 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_system_impl.h
diff --git a/chrome/browser/extensions/extension_system_impl.h b/chrome/browser/extensions/extension_system_impl.h
index 8d5b1d6b4638b9bcc6360eafb9614af20a953758..4d2c2444b7c19eeb4297018bf12f803affacbcbd 100644
--- a/chrome/browser/extensions/extension_system_impl.h
+++ b/chrome/browser/extensions/extension_system_impl.h
@@ -59,6 +59,8 @@ class ExtensionSystemImpl : public ExtensionSystem {
virtual const OneShotEvent& ready() const OVERRIDE;
virtual ContentVerifier* content_verifier() OVERRIDE; // shared
+ virtual scoped_ptr<const ExtensionSet> GetDependentExtensions(
+ const Extension* extension) OVERRIDE;
private:
friend class ExtensionSystemSharedFactory;

Powered by Google App Engine
This is Rietveld 408576698