blob: 4ea44982d9e11af6222e8b77df7367f6599c0d04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Enable chrome://flags/#prefetch-privacy-changes by default
--- third_party/blink/common/features.cc.orig
+++ third_party/blink/common/features.cc
@@ -416,7 +416,7 @@ const base::Feature kComputePressure{"Co
// Prefetch request properties are updated to be privacy-preserving. See
// crbug.com/988956.
const base::Feature kPrefetchPrivacyChanges{"PrefetchPrivacyChanges",
- base::FEATURE_DISABLED_BY_DEFAULT};
+ base::FEATURE_ENABLED_BY_DEFAULT};
// Decodes jpeg 4:2:0 formatted images to YUV instead of RGBX and stores in this
// format in the image decode cache. See crbug.com/919627 for details on the
|