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

Unified Diff: net/proxy/proxy_list.h

Issue 2351513002: net: rename BoundNetLog to NetLogWithSource (Closed)
Patch Set: one more fix, content bound_net_log_ Created 4 years, 3 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: net/proxy/proxy_list.h
diff --git a/net/proxy/proxy_list.h b/net/proxy/proxy_list.h
index 36cf93834821920e2760ed29592b89201ea59c5a..2672fd7d025a5fa646befada597e97287b76a68c 100644
--- a/net/proxy/proxy_list.h
+++ b/net/proxy/proxy_list.h
@@ -92,7 +92,7 @@ class NET_EXPORT_PRIVATE ProxyList {
// is another server available in the list.
bool Fallback(ProxyRetryInfoMap* proxy_retry_info,
int net_error,
- const BoundNetLog& net_log);
+ const NetLogWithSource& net_log);
// Updates |proxy_retry_info| to indicate that the first proxy in the list
// is bad. This is distinct from Fallback(), above, to allow updating proxy
@@ -109,7 +109,7 @@ class NET_EXPORT_PRIVATE ProxyList {
bool reconsider,
const std::vector<ProxyServer>& additional_proxies_to_bypass,
int net_error,
- const BoundNetLog& net_log) const;
+ const NetLogWithSource& net_log) const;
private:
// Updates |proxy_retry_info| to indicate that the |proxy_to_retry| in
@@ -122,7 +122,7 @@ class NET_EXPORT_PRIVATE ProxyList {
bool try_while_bad,
const ProxyServer& proxy_to_retry,
int net_error,
- const BoundNetLog& net_log) const;
+ const NetLogWithSource& net_log) const;
// List of proxies.
std::vector<ProxyServer> proxies_;

Powered by Google App Engine
This is Rietveld 408576698