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

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

Issue 1455333004: Add "q=preview" directive on main frame requests on poor networks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@deciderAddLoFiHeader
Patch Set: thestig comments Created 5 years, 1 month 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/core/common/data_reduction_proxy_headers.h
diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_headers.h b/components/data_reduction_proxy/core/common/data_reduction_proxy_headers.h
index 49fa56945d1fcb671253fad62dd05a3472fe6c15..f2436753f52bd80a23f42440495adb8b321df654 100644
--- a/components/data_reduction_proxy/core/common/data_reduction_proxy_headers.h
+++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_headers.h
@@ -71,6 +71,10 @@ const char* chrome_proxy_header();
// and responses.
const char* chrome_proxy_lo_fi_directive();
+// Gets the Chrome-Proxy directive used by data reduction proxy Lo-Fi preview
+// requests and responses.
+const char* chrome_proxy_lo_fi_preview_directive();
+
// Gets the Chrome-Proxy directive used by data reduction proxy Lo-Fi control
// experiment requests.
const char* chrome_proxy_lo_fi_experiment_directive();

Powered by Google App Engine
This is Rietveld 408576698