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

Unified Diff: chrome/common/chrome_switches.cc

Issue 1200383005: Activate prepopulated fieldtrials (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@codegen_field_trials
Patch Set: Created 5 years, 5 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: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index b53a1a9c1d3f252c821d5cc6f0833cc5ddc6e2a9..8f920f1de4d9ae71b473d7b99a905bb5013934c0 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -267,6 +267,9 @@ const char kDisableExtensionsFileAccessCheck[] =
const char kDisableExtensionsHttpThrottling[] =
"disable-extensions-http-throttling";
+// Disable field trial tests configured in fieldtrial_testing_config.json.
+const char kDisableFieldTrialTestingConfig[] = "disable-field-trial-config";
+
// Disable the behavior that the second click on a launcher item (the click when
// the item is already active) minimizes the item.
const char kDisableMinimizeOnSecondLauncherItemClick[] =

Powered by Google App Engine
This is Rietveld 408576698