| Index: extensions/browser/extension_host.h
|
| diff --git a/extensions/browser/extension_host.h b/extensions/browser/extension_host.h
|
| index 24bd9ba1a1c975412afc59a697a73f1e417f09f0..da28c213a9ca9f1144b9feedc21c44ed871d2955 100644
|
| --- a/extensions/browser/extension_host.h
|
| +++ b/extensions/browser/extension_host.h
|
| @@ -139,6 +139,9 @@ class ExtensionHost : public content::WebContentsDelegate,
|
| void OnIncrementLazyKeepaliveCount();
|
| void OnDecrementLazyKeepaliveCount();
|
|
|
| + // ExtensionFunctionDispatcher::Delegate
|
| + virtual content::WebContents* GetAssociatedWebContents() const OVERRIDE;
|
| +
|
| // Delegate for functionality that cannot exist in the extensions module.
|
| scoped_ptr<ExtensionHostDelegate> delegate_;
|
|
|
|
|