| Index: chrome/browser/net/predictor.h
|
| diff --git a/chrome/browser/net/predictor.h b/chrome/browser/net/predictor.h
|
| index d1983e36f486e844e31edfd0ec5453cd35796fae..8601ff005f8fcda65b192fa6455512cd3672998c 100644
|
| --- a/chrome/browser/net/predictor.h
|
| +++ b/chrome/browser/net/predictor.h
|
| @@ -242,12 +242,16 @@ class Predictor {
|
|
|
| // May be called from either the IO or UI thread and will PostTask
|
| // to the IO thread if necessary.
|
| - void PreconnectUrl(const GURL& url, const GURL& first_party_for_cookies,
|
| - UrlInfo::ResolutionMotivation motivation, int count);
|
| + void PreconnectUrl(const GURL& url,
|
| + const GURL& first_party_for_cookies,
|
| + UrlInfo::ResolutionMotivation motivation,
|
| + bool allow_credentials,
|
| + int count);
|
|
|
| void PreconnectUrlOnIOThread(const GURL& url,
|
| const GURL& first_party_for_cookies,
|
| UrlInfo::ResolutionMotivation motivation,
|
| + bool allow_credentials,
|
| int count);
|
|
|
| // ------------- End IO thread methods.
|
|
|