Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1733)

Unified Diff: chrome/browser/local_discovery/privet_http_impl.cc

Issue 215573003: Send an empty Privet token with /privet/info always (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/local_discovery/privet_url_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
}
« no previous file with comments | « no previous file | chrome/browser/local_discovery/privet_url_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698