Index: components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc |
diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc b/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc |
index f88dd58b24c6812cdcfaeec23740441f1bef877f..b4c22651c6601fff180e4b47963786740bf480be 100644 |
--- a/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc |
+++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc |
@@ -121,7 +121,7 @@ bool WarnIfNoDataReductionProxy() { |
} |
bool IsIncludedInQuicFieldTrial() { |
- return FieldTrialList::FindFullName(kQuicFieldTrial) == kEnabled; |
+ return FieldTrialList::FindFullName(kQuicFieldTrial).find(kEnabled) == 0; |
} |
std::string GetQuicFieldTrialName() { |