| Index: chrome/browser/metrics/variations/variations_http_header_provider.cc
|
| ===================================================================
|
| --- chrome/browser/metrics/variations/variations_http_header_provider.cc (revision 208572)
|
| +++ chrome/browser/metrics/variations/variations_http_header_provider.cc (working copy)
|
| @@ -38,8 +38,7 @@
|
| // for this install of Chrome.
|
| // 4. For the X-Chrome-Variations, only include non-empty variation IDs.
|
| if (incognito ||
|
| - !google_util::IsGoogleDomainUrl(url.spec(),
|
| - google_util::ALLOW_SUBDOMAIN,
|
| + !google_util::IsGoogleDomainUrl(url, google_util::ALLOW_SUBDOMAIN,
|
| google_util::ALLOW_NON_STANDARD_PORTS)) {
|
| return;
|
| }
|
|
|