summaryrefslogtreecommitdiffstats
path: root/src/core/content_browser_client_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/content_browser_client_qt.h')
-rw-r--r--src/core/content_browser_client_qt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/content_browser_client_qt.h b/src/core/content_browser_client_qt.h
index 0b1c134cc..ac575c2a8 100644
--- a/src/core/content_browser_client_qt.h
+++ b/src/core/content_browser_client_qt.h
@@ -185,11 +185,11 @@ public:
void DidCreatePpapiPlugin(content::BrowserPpapiHost* browser_host) override;
#endif
- scoped_refptr<content::LoginDelegate> CreateLoginDelegate(
+ std::unique_ptr<content::LoginDelegate> CreateLoginDelegate(
net::AuthChallengeInfo *auth_info,
- content::ResourceRequestInfo::WebContentsGetter web_contents_getter,
+ content::WebContents *web_contents,
const content::GlobalRequestID &request_id,
- bool is_main_frame,
+ bool is_request_for_main_frame,
const GURL &url,
scoped_refptr<net::HttpResponseHeaders> response_headers,
bool first_auth_attempt,