Chromium Code Reviews| Index: net/proxy/proxy_info.h |
| diff --git a/net/proxy/proxy_info.h b/net/proxy/proxy_info.h |
| index 336cb3a58881c2982f4d1a4b4d10d5e16597cdf7..db1eb33798bf4b3ed45ef924696fcd0eea3391f3 100644 |
| --- a/net/proxy/proxy_info.h |
| +++ b/net/proxy/proxy_info.h |
| @@ -117,7 +117,7 @@ class NET_EXPORT ProxyInfo { |
| // Marks the current proxy as bad. Returns true if there is another proxy |
| // available to try in proxy list_. |
|
Ryan Sleevi
2014/08/15 18:02:36
Update comment :)
Not at Google. Contact bengr
2014/08/15 19:56:53
Done.
|
| - bool Fallback(const BoundNetLog& net_log); |
| + bool Fallback(int net_error, const BoundNetLog& net_log); |
| // De-prioritizes the proxies that we have cached as not working, by moving |
| // them to the end of the proxy list. |