| 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..63a9e1332ca80a36cda519c7a4d0c2752115bd27 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<ExtensionSet> GetDependentExtensions(
|
| + const Extension* extension) OVERRIDE;
|
|
|
| private:
|
| friend class ExtensionSystemSharedFactory;
|
|
|