| Index: content/browser/site_per_process_browsertest.cc
|
| diff --git a/content/browser/site_per_process_browsertest.cc b/content/browser/site_per_process_browsertest.cc
|
| index cb7a479d278c1781ffa6b7d373b786eb0e27a4cf..2788173c0dad8c1f77529196e1386fad1a5b53e2 100644
|
| --- a/content/browser/site_per_process_browsertest.cc
|
| +++ b/content/browser/site_per_process_browsertest.cc
|
| @@ -715,8 +715,9 @@ class SitePerProcessFeaturePolicyBrowserTest
|
| SitePerProcessBrowserTest::SetUpCommandLine(command_line);
|
| // TODO(iclelland): Remove this switch when Feature Policy ships.
|
| // https://crbug.com/623682
|
| - command_line->AppendSwitchASCII(switches::kEnableBlinkFeatures,
|
| - "FeaturePolicy");
|
| + command_line->AppendSwitchASCII(
|
| + switches::kEnableBlinkFeatures,
|
| + "FeaturePolicy,FeaturePolicyExperimentalFeatures");
|
| }
|
|
|
| ParsedFeaturePolicyHeader CreateFPHeader(
|
|
|