| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index fc53f0a551a86a04e2db1530833112e32c9919b8..7e9f2a5d3105a005227db49faa6ee3196dfcd29c 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -439,6 +439,9 @@ const char kEnableExtensionActivityLogTesting[] =
|
| // crbug.com/142458 .
|
| const char kEnableFastUnload[] = "enable-fast-unload";
|
|
|
| +// Enable all field trial tests configured in fieldtrial_testing_config.json.
|
| +const char kEnableFieldTrialTestingConfig[] = "enable-field-trial-config";
|
| +
|
| // Enables experimentation with launching ephemeral apps via hyperlinks.
|
| const char kEnableLinkableEphemeralApps[] = "enable-linkable-ephemeral-apps";
|
|
|
|
|