commit | 7cfcd1107398f8d4d5a54fd7c7e55725731cd79a | [log] [tgz] |
---|---|---|
author | Mark Pilgrim <[email protected]> | Tue May 08 00:07:56 2018 |
committer | Commit Bot <[email protected]> | Tue May 08 00:07:56 2018 |
tree | 197971a1c3cc022db3f6363f54f3fdfd20ae55c2 | |
parent | 9aa277caa809b339d8786f49791c0afe4392766f [diff] [blame] |
Migrate LoginAuthRequiredCallback to BindOnce Bug: 714018 Change-Id: Icf71c24297709c96513db23e7f562dce298e6374 Reviewed-on: https://chromium-review.googlesource.com/1048070 Reviewed-by: Scott Violet <[email protected]> Commit-Queue: Mark Pilgrim <[email protected]> Cr-Commit-Position: refs/heads/master@{#556617}
diff --git a/content/shell/browser/shell_content_browser_client.h b/content/shell/browser/shell_content_browser_client.h index 45112c2..b0161e1f 100644 --- a/content/shell/browser/shell_content_browser_client.h +++ b/content/shell/browser/shell_content_browser_client.h
@@ -75,8 +75,7 @@ bool is_main_frame, const GURL& url, bool first_auth_attempt, - const base::Callback<void(const base::Optional<net::AuthCredentials>&)>& - auth_required_callback) override; + LoginAuthRequiredCallback auth_required_callback) override; #if defined(OS_LINUX) || defined(OS_ANDROID) void GetAdditionalMappedFilesForChildProcess(