| 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.
|
|
|