summaryrefslogtreecommitdiff
path: root/chromium/components/data_reduction_proxy/proto
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/data_reduction_proxy/proto')
-rw-r--r--chromium/components/data_reduction_proxy/proto/client_config.proto4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/components/data_reduction_proxy/proto/client_config.proto b/chromium/components/data_reduction_proxy/proto/client_config.proto
index d0dc39bd87f..58b9b0ee188 100644
--- a/chromium/components/data_reduction_proxy/proto/client_config.proto
+++ b/chromium/components/data_reduction_proxy/proto/client_config.proto
@@ -28,9 +28,9 @@ message ClientConfig {
// Configuration information for reporting pageload metrics.
optional DeprecatedPageloadMetricsConfig pageload_metrics_config = 5
[deprecated = true];
- // Prevents the host base and user base blacklisting behaviors for lite pages
+ // Prevents the host base and user base blocklisting behaviors for lite pages
// and server LoFi.
- optional bool ignore_long_term_black_list_rules = 7 [deprecated = true];
+ optional bool ignore_long_term_block_list_rules = 7 [deprecated = true];
// The configuration that the client should use to connect to the prefetch
// proxy.
optional PrefetchProxyConfig prefetch_proxy_config = 8;