Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 9d5aadbadbd5c1097c35e8f2b4b939b34c005b20..236371a7f4b1fa6296f52653130714732b890a57 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -270,6 +270,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[] = |