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[] = |