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

Unified Diff: chrome/browser/plugins/flash_permission_browsertest.cc

Issue 2465953002: Move Field Trial Utils from chrome/common/variations to components/variations/field_trial_util (Closed)
Patch Set: Moved to components/variations/field_trial_util and chrome switches Created 4 years, 1 month 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 | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/tracing/background_tracing_field_trial.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/plugins/flash_permission_browsertest.cc
diff --git a/chrome/browser/plugins/flash_permission_browsertest.cc b/chrome/browser/plugins/flash_permission_browsertest.cc
index 565fb099b572c24c4371ea6bbeea6c92614d5f06..3c230c042a7476c74874af9fd9db4f3e05d94a72 100644
--- a/chrome/browser/plugins/flash_permission_browsertest.cc
+++ b/chrome/browser/plugins/flash_permission_browsertest.cc
@@ -8,8 +8,8 @@
#include "chrome/browser/permissions/permissions_browsertest.h"
#include "chrome/browser/ui/website_settings/mock_permission_prompt_factory.h"
#include "chrome/common/chrome_paths.h"
-#include "chrome/common/chrome_switches.h"
#include "chrome/test/base/ui_test_utils.h"
+#include "components/variations/variations_switches.h"
#include "content/public/browser/web_contents.h"
#include "content/public/common/content_switches.h"
#include "content/public/test/browser_test_utils.h"
@@ -36,7 +36,7 @@ class FlashPermissionBrowserTest : public PermissionsBrowserTest {
command_line->AppendSwitchASCII(switches::kForceFieldTrials,
"Study1/Enabled/");
command_line->AppendSwitchASCII(
- switches::kForceFieldTrialParams,
+ variations::switches::kForceFieldTrialParams,
"Study1.Enabled:engagement_threshold_for_flash/100");
}
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/tracing/background_tracing_field_trial.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698