| Index: chrome/browser/local_discovery/privet_http_impl.cc
|
| diff --git a/chrome/browser/local_discovery/privet_http_impl.cc b/chrome/browser/local_discovery/privet_http_impl.cc
|
| index aa345bea1076ef699da0dcb5e970ea26eae6c0cd..0adfcfea2b82154df32d9deaf2b71e6386a9a07a 100644
|
| --- a/chrome/browser/local_discovery/privet_http_impl.cc
|
| +++ b/chrome/browser/local_discovery/privet_http_impl.cc
|
| @@ -97,7 +97,7 @@ void PrivetInfoOperationImpl::Start() {
|
| CreatePrivetURL(kPrivetInfoPath), net::URLFetcher::GET, this);
|
|
|
| url_fetcher_->DoNotRetryOnTransientError();
|
| - url_fetcher_->AllowEmptyPrivetToken();
|
| + url_fetcher_->SendEmptyPrivetToken();
|
|
|
| url_fetcher_->Start();
|
| }
|
|
|