Index: components/data_reduction_proxy/core/common/data_reduction_proxy_params.h |
diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h b/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h |
index badc927146f51541bfc481e2e700053bb8b15ada..9bbf6fd5a395bfae5738d7b6a053d0bbfe565812 100644 |
--- a/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h |
+++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h |
@@ -52,9 +52,6 @@ bool IsIncludedInAndroidOnePromoFieldTrial(base::StringPiece build_fingerprint); |
// Returns the name of the Lo-Fi field trial. |
const char* GetLoFiFieldTrialName(); |
-// Returns the name of the Lite Page fallback to Lo-Fi field trial. |
-const char* GetLitePageFallbackFieldTrialName(); |
- |
// Returns the name of the Lo-Fi field trial that configures LoFi flags when it |
// is force enabled through flags. |
const char* GetLoFiFlagFieldTrialName(); |
@@ -71,11 +68,6 @@ bool IsIncludedInLoFiControlFieldTrial(); |
// trial. |
bool IsIncludedInLitePageFieldTrial(); |
-// Returns true if this client is part of the Lite Page fallback to Lo-Fi field |
-// trial or if this client has the command line switch to enable lite pages, |
-// which should always fallback. |
-bool IsLitePageFallbackEnabled(); |
- |
// Returns true if this client is part of the field trial that should enable |
// server experiments for the data reduction proxy. |
bool IsIncludedInServerExperimentsFieldTrial(); |
@@ -106,8 +98,7 @@ bool IsLoFiDisabledViaFlags(); |
// Returns true if this client has the command line switch to enable lite pages. |
// This means a preview should be requested instead of placeholders whenever |
-// Lo-Fi mode is on. If Lite Pages are enabled via flags, they will always |
-// fallback to Lo-Fi placeholders. |
+// Lo-Fi mode is on. |
bool AreLitePagesEnabledViaFlags(); |
// Returns true if this client has the command line switch to enable forced |