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

Unified Diff: components/data_reduction_proxy/common/data_reduction_proxy_headers.h

Issue 338483002: Chrome Participated Tamper Detect (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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: components/data_reduction_proxy/common/data_reduction_proxy_headers.h
diff --git a/components/data_reduction_proxy/common/data_reduction_proxy_headers.h b/components/data_reduction_proxy/common/data_reduction_proxy_headers.h
index 88b0cd054b8423d83d01beeb78fe7d0be5a6ce6d..c2ca1df5f15aafe4dec8622c0aedd127a0a1efe0 100644
--- a/components/data_reduction_proxy/common/data_reduction_proxy_headers.h
+++ b/components/data_reduction_proxy/common/data_reduction_proxy_headers.h
@@ -14,6 +14,9 @@
namespace data_reduction_proxy {
+// Data Reduction Proxy's Via header tag.
+extern const char* kDataReductionProxyViaValues[2];
bengr 2014/07/11 18:22:49 I wouldn't expose these here. Can you have accesso
xingx 2014/07/15 04:51:36 With modified HasDataReductionProxyViaHeader, I do
+
// Contains instructions contained in the Chrome-Proxy header.
struct DataReductionProxyInfo {
DataReductionProxyInfo() : bypass_all(false) {}

Powered by Google App Engine
This is Rietveld 408576698