| Index: chrome/browser/extensions/extension_host.h
|
| diff --git a/chrome/browser/extensions/extension_host.h b/chrome/browser/extensions/extension_host.h
|
| index 56d5816419a99abb51cd443ea8d191926822d4c1..09e53ee7259fa26707ee3a6ee16a5ab00c18f453 100644
|
| --- a/chrome/browser/extensions/extension_host.h
|
| +++ b/chrome/browser/extensions/extension_host.h
|
| @@ -35,6 +35,7 @@ class ExtensionWindowController;
|
| class PrefsTabHelper;
|
|
|
| namespace content {
|
| +class DownloadItem;
|
| class RenderProcessHost;
|
| class RenderWidgetHostView;
|
| class SiteInstance;
|
| @@ -163,6 +164,9 @@ class ExtensionHost : public content::WebContentsDelegate,
|
| const gfx::Rect& initial_pos,
|
| bool user_gesture) OVERRIDE;
|
| virtual void CloseContents(content::WebContents* contents) OVERRIDE;
|
| + virtual void OnStartDownload(
|
| + content::WebContents* source,
|
| + content::DownloadItem* download) OVERRIDE;
|
|
|
| // content::NotificationObserver
|
| virtual void Observe(int type,
|
|
|