Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1256)

Unified Diff: content/browser/site_per_process_browsertest.cc

Issue 2814153002: Move feature policy vibrate tests to correct directory (Closed)
Patch Set: Bug fix Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698