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

Unified Diff: chrome/browser/local_discovery/privet_url_fetcher.h

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
Index: chrome/browser/local_discovery/privet_url_fetcher.h
diff --git a/chrome/browser/local_discovery/privet_url_fetcher.h b/chrome/browser/local_discovery/privet_url_fetcher.h
index 06874ec89f5d4e16481115e1d8995ca66fcaef5c..2bb31fa439a5459830de729e79d0871a8bdb52fe 100644
--- a/chrome/browser/local_discovery/privet_url_fetcher.h
+++ b/chrome/browser/local_discovery/privet_url_fetcher.h
@@ -76,7 +76,7 @@ class PrivetURLFetcher : public net::URLFetcherDelegate {
void DoNotRetryOnTransientError();
- void AllowEmptyPrivetToken();
+ void SendEmptyPrivetToken();
// Set the contents of the Range header. |OnRawData| must return true if this
// is called.
@@ -116,7 +116,7 @@ class PrivetURLFetcher : public net::URLFetcherDelegate {
Delegate* delegate_;
bool do_not_retry_on_transient_error_;
- bool allow_empty_privet_token_;
+ bool send_empty_privet_token_;
bool has_byte_range_;
bool make_response_file_;
« no previous file with comments | « chrome/browser/local_discovery/privet_http_impl.cc ('k') | chrome/browser/local_discovery/privet_url_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698