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

Unified Diff: net/http/http_response_headers.h

Issue 266033002: Collect data reduction proxy UMA on all platforms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove ifdef from HttpResponseHeaders::IsDataReductionProxyResponse() Created 6 years, 7 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/http/http_response_headers.h
diff --git a/net/http/http_response_headers.h b/net/http/http_response_headers.h
index 2bf4514bdc904b0397cca538ee8fc9893eede311..37be9c33628681bf51f789a3b1630283b6ff64a6 100644
--- a/net/http/http_response_headers.h
+++ b/net/http/http_response_headers.h
@@ -294,11 +294,11 @@ class NET_EXPORT HttpResponseHeaders
ProxyService::DataReductionProxyBypassEventType
GetDataReductionProxyBypassEventType(
DataReductionProxyInfo* proxy_info) const;
+#endif
// Returns true if response headers contain the data reduction proxy Via
// header value.
bool IsDataReductionProxyResponse() const;
-#endif
// Creates a Value for use with the NetLog containing the response headers.
base::Value* NetLogCallback(NetLog::LogLevel log_level) const;
« no previous file with comments | « components/data_reduction_proxy/browser/data_reduction_proxy_prefs.cc ('k') | net/http/http_response_headers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698