| Index: components/captive_portal/captive_portal_detector.cc
 | 
| diff --git a/components/captive_portal/captive_portal_detector.cc b/components/captive_portal/captive_portal_detector.cc
 | 
| index c9b84082ff58ed11fb07f311c5df531bc269b8a3..b7b8668e5fa639615e6450d8520aef9a7d0d8ae9 100644
 | 
| --- a/components/captive_portal/captive_portal_detector.cc
 | 
| +++ b/components/captive_portal/captive_portal_detector.cc
 | 
| @@ -45,7 +45,6 @@ void CaptivePortalDetector::DetectCaptivePortal(
 | 
|    // since then the connection may be reused without checking the cert.
 | 
|    url_fetcher_->SetLoadFlags(
 | 
|        net::LOAD_BYPASS_CACHE |
 | 
| -      net::LOAD_DO_NOT_PROMPT_FOR_LOGIN |
 | 
|        net::LOAD_DO_NOT_SAVE_COOKIES |
 | 
|        net::LOAD_DO_NOT_SEND_COOKIES |
 | 
|        net::LOAD_DO_NOT_SEND_AUTH_DATA);
 | 
| 
 |