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

Unified Diff: content/browser/site_per_process_browsertest.cc

Issue 2814153002: Move feature policy vibrate tests to correct directory (Closed)
Patch Set: Update test expect 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/TestExpectations » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 44876e7b01e5286293284dfee8b847d9a0a24540..a8a26b97a68ae0bcbbfaba9bacdec5c7dd550488 100644
--- a/content/browser/site_per_process_browsertest.cc
+++ b/content/browser/site_per_process_browsertest.cc
@@ -716,8 +716,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(
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/TestExpectations » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698