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

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

Issue 1782313003: Do not send lofi_active_control (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « components/data_reduction_proxy/core/common/data_reduction_proxy_headers.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/data_reduction_proxy/core/common/lofi_decider.h
diff --git a/components/data_reduction_proxy/core/common/lofi_decider.h b/components/data_reduction_proxy/core/common/lofi_decider.h
index da635106230f1fdbcbdb0c1dc9e5385b6448a9e5..d55f3f3726cc529c422a58f1fd7b09cddebeae7e 100644
--- a/components/data_reduction_proxy/core/common/lofi_decider.h
+++ b/components/data_reduction_proxy/core/common/lofi_decider.h
@@ -28,8 +28,7 @@ class LoFiDecider {
// |request| is using Lo-Fi mode, adds the "q=low" directive to the |headers|.
// If the |request| is using Lo-Fi preview mode, and it is a main frame
// request adds the "q=preview" and it is a main frame request directive to
- // the |headers|. If the user is in the experiment control group and Lo-Fi is
- // on, adds the experiment directive "exp=lofi_active_control".
+ // the |headers|.
virtual bool MaybeAddLoFiDirectiveToHeaders(
const net::URLRequest& request,
net::HttpRequestHeaders* headers) const = 0;
« no previous file with comments | « components/data_reduction_proxy/core/common/data_reduction_proxy_headers.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698