Index: net/proxy/proxy_service.h |
diff --git a/net/proxy/proxy_service.h b/net/proxy/proxy_service.h |
index 6f8556879f67fb00fe28bdaa312a0a5bd81c7926..c8e237e4b2c2a192ff905256b5262ca88f686285 100644 |
--- a/net/proxy/proxy_service.h |
+++ b/net/proxy/proxy_service.h |
@@ -292,6 +292,9 @@ class NET_EXPORT ProxyService : public NetworkChangeNotifier::IPAddressObserver, |
// Bypass the proxy because the proxy, not the origin, sent a 4xx response. |
PROXY_4XX_BYPASS, |
+ // Bypass the proxy because we got a 407 from the proxy. |
bengr
2014/06/05 17:26:24
More specifically, "Bypass the proxy because we go
Not at Google. Contact bengr
2014/06/05 17:51:53
Done.
|
+ PROXY_407_BYPASS, |
+ |
// This must always be last. |
BYPASS_EVENT_TYPE_MAX |
}; |