| Index: chrome/browser/net/preconnect.cc
|
| diff --git a/chrome/browser/net/preconnect.cc b/chrome/browser/net/preconnect.cc
|
| index d15dad57c6409878883e68a05326504db88b8dc6..de520c36c26dfd0b8577ded2c67e53e702c41afd 100644
|
| --- a/chrome/browser/net/preconnect.cc
|
| +++ b/chrome/browser/net/preconnect.cc
|
| @@ -67,6 +67,8 @@ void PreconnectOnIOThread(
|
| if (delegate->CanEnablePrivacyMode(url, first_party_for_cookies))
|
| request_info.privacy_mode = net::kPrivacyModeEnabled;
|
|
|
| + delegate->NotifyBeforePreconnect(url);
|
| +
|
| // It almost doesn't matter whether we use net::LOWEST or net::HIGHEST
|
| // priority here, as we won't make a request, and will surrender the created
|
| // socket to the pool as soon as we can. However, we would like to mark the
|
|
|