|
24 | 24 | ]
|
25 | 25 | --- a/content/public/common/content_switch_dependent_feature_overrides.cc
|
26 | 26 | +++ b/content/public/common/content_switch_dependent_feature_overrides.cc
|
27 |
| -@@ -47,9 +47,11 @@ GetSwitchDependentFeatureOverrides(const |
| 27 | +@@ -46,9 +46,11 @@ GetSwitchDependentFeatureOverrides(const |
| 28 | + {switches::kEnableExperimentalWebPlatformFeatures, |
28 | 29 | std::cref(features::kDocumentPolicyNegotiation),
|
29 | 30 | base::FeatureList::OVERRIDE_ENABLE_FEATURE},
|
30 |
| - {switches::kEnableExperimentalWebPlatformFeatures, |
31 | 31 | +#if BUILDFLAG(ENABLE_REPORTING)
|
| 32 | + {switches::kEnableExperimentalWebPlatformFeatures, |
32 | 33 | std::cref(net::features::kDocumentReporting),
|
33 | 34 | base::FeatureList::OVERRIDE_ENABLE_FEATURE},
|
34 |
| - {switches::kEnableExperimentalWebPlatformFeatures, |
35 | 35 | +#endif
|
| 36 | + {switches::kEnableExperimentalWebPlatformFeatures, |
36 | 37 | std::cref(features::kExperimentalContentSecurityPolicyFeatures),
|
37 | 38 | base::FeatureList::OVERRIDE_ENABLE_FEATURE},
|
38 |
| - {switches::kEnableExperimentalWebPlatformFeatures, |
39 | 39 | --- a/third_party/blink/renderer/core/frame/local_frame.cc
|
40 | 40 | +++ b/third_party/blink/renderer/core/frame/local_frame.cc
|
41 | 41 | @@ -39,6 +39,7 @@
|
|
0 commit comments