| Index: components/password_manager/core/browser/affiliation_fetcher.cc
 | 
| diff --git a/components/password_manager/core/browser/affiliation_fetcher.cc b/components/password_manager/core/browser/affiliation_fetcher.cc
 | 
| index 807379aae8a8b364db54f290a0bd6333fea84cb8..a1b4972e3b0bdf7bc3730540b1607885d6066d71 100644
 | 
| --- a/components/password_manager/core/browser/affiliation_fetcher.cc
 | 
| +++ b/components/password_manager/core/browser/affiliation_fetcher.cc
 | 
| @@ -49,7 +49,7 @@ void AffiliationFetcher::StartRequest() {
 | 
|    fetcher_->SetLoadFlags(
 | 
|        net::LOAD_DO_NOT_SAVE_COOKIES | net::LOAD_DO_NOT_SEND_COOKIES |
 | 
|        net::LOAD_DO_NOT_SEND_AUTH_DATA | net::LOAD_BYPASS_CACHE |
 | 
| -      net::LOAD_DISABLE_CACHE | net::LOAD_DO_NOT_PROMPT_FOR_LOGIN);
 | 
| +      net::LOAD_DISABLE_CACHE);
 | 
|    fetcher_->SetAutomaticallyRetryOn5xx(false);
 | 
|    fetcher_->SetAutomaticallyRetryOnNetworkChanges(0);
 | 
|    fetcher_->Start();
 | 
| 
 |