| Index: chrome/common/metrics/variations/variations_util.h
|
| diff --git a/chrome/common/metrics/variations/variations_util.h b/chrome/common/metrics/variations/variations_util.h
|
| index d32cae7a823f0e013ed825b581760f4129fa8bef..4d5e3fbaa4af6cac44333cbdf95a5eed3e388c55 100644
|
| --- a/chrome/common/metrics/variations/variations_util.h
|
| +++ b/chrome/common/metrics/variations/variations_util.h
|
| @@ -31,24 +31,6 @@ void GetFieldTrialActiveGroupIdsAsStrings(std::vector<std::string>* output);
|
| // them to the child process logging module so it can save it for crash dumps.
|
| void SetChildProcessLoggingVariationList();
|
|
|
| -// Takes the list of active groups and builds the label for the ones that have
|
| -// Google Update VariationID associated with them. This will return an empty
|
| -// string if there are no such groups.
|
| -string16 BuildGoogleUpdateExperimentLabel(
|
| - const base::FieldTrial::ActiveGroups& active_groups);
|
| -
|
| -// Creates a final combined experiment labels string with |variation_labels|
|
| -// and |other_labels|, appropriately appending a separator based on their
|
| -// contents. It is assumed that |variation_labels| and |other_labels| do not
|
| -// have leading or trailing separators.
|
| -string16 CombineExperimentLabels(const string16& variation_labels,
|
| - const string16& other_labels);
|
| -
|
| -// Takes the value of experiment_labels from the registry and returns a valid
|
| -// experiment_labels string value containing only the labels that are not
|
| -// associated with Chrome Variations.
|
| -string16 ExtractNonVariationLabels(const string16& labels);
|
| -
|
| // Expose some functions for testing. These functions just wrap functionality
|
| // that is implemented above.
|
| namespace testing {
|
|
|