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

Unified Diff: apps/shell/browser/shell_extension_system.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
« no previous file with comments | « no previous file | apps/shell/browser/shell_extension_system.cc » ('j') | extensions/browser/extension_system.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/shell/browser/shell_extension_system.h
diff --git a/apps/shell/browser/shell_extension_system.h b/apps/shell/browser/shell_extension_system.h
index a287d2d1fb74084c5e09c98a43e61c0442ee81ca..caa069638507e980a1390376d162252d24c4f9f8 100644
--- a/apps/shell/browser/shell_extension_system.h
+++ b/apps/shell/browser/shell_extension_system.h
@@ -68,6 +68,8 @@ class ShellExtensionSystem : public ExtensionSystem {
const UnloadedExtensionInfo::Reason reason) OVERRIDE;
virtual const OneShotEvent& ready() const OVERRIDE;
virtual ContentVerifier* content_verifier() OVERRIDE;
+ virtual scoped_ptr<const ExtensionSet> GetDependentExtensions(
+ const Extension* extension) OVERRIDE;
private:
content::BrowserContext* browser_context_; // Not owned.
« no previous file with comments | « no previous file | apps/shell/browser/shell_extension_system.cc » ('j') | extensions/browser/extension_system.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698