| Index: chrome/browser/ui/browser.h
|
| ===================================================================
|
| --- chrome/browser/ui/browser.h (revision 85514)
|
| +++ chrome/browser/ui/browser.h (working copy)
|
| @@ -31,7 +31,6 @@
|
| #include "chrome/browser/ui/blocked_content/blocked_content_tab_helper_delegate.h"
|
| #include "chrome/browser/ui/bookmarks/bookmark_tab_helper_delegate.h"
|
| #include "chrome/browser/ui/browser_navigator.h"
|
| -#include "chrome/browser/ui/download/download_tab_helper_delegate.h"
|
| #include "chrome/browser/ui/search_engines/search_engine_tab_helper_delegate.h"
|
| #include "chrome/browser/ui/shell_dialogs.h"
|
| #include "chrome/browser/ui/tab_contents/tab_contents_wrapper_delegate.h"
|
| @@ -69,7 +68,6 @@
|
| public SearchEngineTabHelperDelegate,
|
| public BlockedContentTabHelperDelegate,
|
| public BookmarkTabHelperDelegate,
|
| - public DownloadTabHelperDelegate,
|
| public PageNavigator,
|
| public CommandUpdater::CommandUpdaterDelegate,
|
| public NotificationObserver,
|
| @@ -813,6 +811,7 @@
|
| virtual void SetFocusToLocationBar(bool select_all);
|
| virtual void RenderWidgetShowing();
|
| virtual int GetExtraRenderViewHeight() const;
|
| + virtual void OnStartDownload(DownloadItem* download, TabContents* tab);
|
| virtual void ShowPageInfo(Profile* profile,
|
| const GURL& url,
|
| const NavigationEntry::SSLStatus& ssl,
|
| @@ -859,12 +858,6 @@
|
| virtual void URLStarredChanged(TabContentsWrapper* source,
|
| bool starred) OVERRIDE;
|
|
|
| - // Overridden from DownloadTabHelperDelegate:
|
| - virtual bool CanDownload(int request_id) OVERRIDE;
|
| - virtual void OnStartDownload(DownloadItem* download,
|
| - TabContentsWrapper* tab) OVERRIDE;
|
| -
|
| -
|
| // Overridden from SelectFileDialog::Listener:
|
| virtual void FileSelected(const FilePath& path, int index, void* params);
|
|
|
|
|