| Index: chrome/browser/intranet_redirect_detector.cc
|
| diff --git a/chrome/browser/intranet_redirect_detector.cc b/chrome/browser/intranet_redirect_detector.cc
|
| index e27643e39b4db4212d33ba031ba2bc6d930efb35..32a90cb7c575e772a199f9d1c1926aad9c273a44 100644
|
| --- a/chrome/browser/intranet_redirect_detector.cc
|
| +++ b/chrome/browser/intranet_redirect_detector.cc
|
| @@ -91,7 +91,8 @@ void IntranetRedirectDetector::FinishSleep() {
|
| // We don't want these fetches to affect existing state in the profile.
|
| fetcher->SetLoadFlags(net::LOAD_DISABLE_CACHE |
|
| net::LOAD_DO_NOT_SAVE_COOKIES |
|
| - net::LOAD_DO_NOT_SEND_COOKIES);
|
| + net::LOAD_DO_NOT_SEND_COOKIES |
|
| + net::LOAD_DO_NOT_SEND_AUTH_DATA);
|
| fetcher->SetRequestContext(g_browser_process->system_request_context());
|
| fetcher->Start();
|
| fetchers_.insert(fetcher);
|
|
|