| Index: content/public/browser/web_contents_delegate.h
|
| diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h
|
| index 6705514a7bc03dd437982049294404eedc0e92ab..ef06930132347770d1a6a686098b9147520cc820 100644
|
| --- a/content/public/browser/web_contents_delegate.h
|
| +++ b/content/public/browser/web_contents_delegate.h
|
| @@ -222,7 +222,8 @@ class CONTENT_EXPORT WebContentsDelegate {
|
| // Asks the delegate if the given tab can download.
|
| virtual bool CanDownload(RenderViewHost* render_view_host,
|
| int request_id,
|
| - const std::string& request_method);
|
| + const std::string& request_method,
|
| + bool has_auth);
|
|
|
| // Return much extra vertical space should be allotted to the
|
| // render view widget during various animations (e.g. infobar closing).
|
|
|