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 2c1f81838a9372f94fab6d2db4845ec63dd4c168..f977161400d6c4d12e1fd22db19a131829fd616b 100644 |
--- a/apps/shell/browser/shell_extension_system.h |
+++ b/apps/shell/browser/shell_extension_system.h |
@@ -70,6 +70,8 @@ class ShellExtensionSystem : public ExtensionSystem { |
const UnloadedExtensionInfo::Reason reason) OVERRIDE; |
virtual const OneShotEvent& ready() const OVERRIDE; |
virtual ContentVerifier* content_verifier() OVERRIDE; |
+ virtual scoped_ptr<ExtensionSet> GetDependentExtensions( |
+ const Extension* extension) OVERRIDE; |
private: |
content::BrowserContext* browser_context_; // Not owned. |