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

Unified Diff: net/proxy/proxy_service.h

Issue 314173002: Bypass data reduction proxy if no handler is found for a 407 error. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@benpatch
Patch Set: Added TODO as suggested by bengr. Created 6 years, 6 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_service.h
diff --git a/net/proxy/proxy_service.h b/net/proxy/proxy_service.h
index 6f8556879f67fb00fe28bdaa312a0a5bd81c7926..269f1c04522119397f1ce49e7d80e1a16594706d 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 without a challenge.
+ MALFORMED_407_BYPASS,
+
// This must always be last.
BYPASS_EVENT_TYPE_MAX
};

Powered by Google App Engine
This is Rietveld 408576698