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..26ca3bf7780135e2c9857aff214f6fa6b8624f9f 100644 |
--- a/chrome/browser/ui/views/external_tab_container_win.h |
+++ b/chrome/browser/ui/views/external_tab_container_win.h |
@@ -128,6 +128,7 @@ class ExternalTabContainerWin : public ExternalTabContainer, |
virtual bool TakeFocus(content::WebContents* source, bool reverse) OVERRIDE; |
virtual bool CanDownload(content::RenderViewHost* render_view_host, |
int request_id, |
+ bool has_auth, |
const std::string& request_method) OVERRIDE; |
virtual bool OnGoToEntryOffset(int offset) OVERRIDE; |
virtual bool HandleContextMenu( |