| Index: chrome/common/variations/variations_util.h
|
| diff --git a/chrome/common/variations/variations_util.h b/chrome/common/variations/variations_util.h
|
| index 0d21c16a630902406cb91d1aa9b25fcd37cc8513..bfca1d5cae89f0b30bee9d175de363ec0368d9e6 100644
|
| --- a/chrome/common/variations/variations_util.h
|
| +++ b/chrome/common/variations/variations_util.h
|
| @@ -11,6 +11,12 @@ namespace chrome_variations {
|
| // them to the child process logging module so it can save it for crash dumps.
|
| void SetChildProcessLoggingVariationList();
|
|
|
| +// Provides a mechanism to associate multiple set of params to multiple groups
|
| +// with a formatted string specified from commandline. See
|
| +// kForceFieldTrialParams in chrome/common/chrome_switches.cc for more details
|
| +// on the formatting.
|
| +bool AssociateParamsFromString(const std::string& variations_string);
|
| +
|
| } // namespace chrome_variations
|
|
|
| #endif // CHROME_COMMON_VARIATIONS_VARIATIONS_UTIL_H_
|
|
|