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

Unified Diff: components/data_reduction_proxy/content/browser/content_lofi_decider.h

Issue 2903453003: DataReductionProxy proto change to use exp=force_lite_page directive (Closed)
Patch Set: Created 3 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: components/data_reduction_proxy/content/browser/content_lofi_decider.h
diff --git a/components/data_reduction_proxy/content/browser/content_lofi_decider.h b/components/data_reduction_proxy/content/browser/content_lofi_decider.h
index b94a336be59eb17d465ec52b4fde6de6167267c5..ff7bb2e0b8ab752909885d6a6b64b697876265ec 100644
--- a/components/data_reduction_proxy/content/browser/content_lofi_decider.h
+++ b/components/data_reduction_proxy/content/browser/content_lofi_decider.h
@@ -38,7 +38,7 @@ class ContentLoFiDecider : public LoFiDecider {
const net::HttpRequestHeaders& headers) const override;
void RemoveAcceptTransformHeader(
net::HttpRequestHeaders* headers) const override;
- void MaybeSetIgnorePreviewsBlacklistDirective(
+ void MaybeSetForceLitePageDirective(
net::HttpRequestHeaders* headers) const override;
bool ShouldRecordLoFiUMA(const net::URLRequest& request) const override;
bool IsClientLoFiImageRequest(const net::URLRequest& request) const override;

Powered by Google App Engine
This is Rietveld 408576698