| Index: chrome/browser/ui/views/external_tab_container_win.h
|
| diff --git a/chrome/browser/ui/views/external_tab_container_win.h b/chrome/browser/ui/views/external_tab_container_win.h
|
| index 185f45860b07b066f9bbd0091d2db192e13f663b..b9d695cc2466e2389cddcb01e56a596b82747c36 100644
|
| --- a/chrome/browser/ui/views/external_tab_container_win.h
|
| +++ b/chrome/browser/ui/views/external_tab_container_win.h
|
| @@ -126,9 +126,10 @@ class ExternalTabContainerWin : public ExternalTabContainer,
|
| content::WebContents* source,
|
| const content::NativeWebKeyboardEvent& event) OVERRIDE;
|
| virtual bool TakeFocus(content::WebContents* source, bool reverse) OVERRIDE;
|
| - virtual bool CanDownload(content::RenderViewHost* render_view_host,
|
| + virtual void CanDownload(content::RenderViewHost* render_view_host,
|
| int request_id,
|
| - const std::string& request_method) OVERRIDE;
|
| + const std::string& request_method,
|
| + const base::Callback<void(bool)>& callback) OVERRIDE;
|
| virtual bool OnGoToEntryOffset(int offset) OVERRIDE;
|
| virtual bool HandleContextMenu(
|
| const content::ContextMenuParams& params) OVERRIDE;
|
|
|