| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index b53a1a9c1d3f252c821d5cc6f0833cc5ddc6e2a9..2a10501780c1c57bdc7c337ad873c86a06d00cd4 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -436,6 +436,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";
|
|
|
|
|