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 cd0c7874d838a53206023dc3f5182e53d0636dc0..63106c718020b137b10a6bb6b53a9f16d7ddbc5c 100644 |
--- a/chrome/common/metrics/variations/variations_util.h |
+++ b/chrome/common/metrics/variations/variations_util.h |
@@ -35,24 +35,6 @@ void GenerateVariationChunks(const std::vector<string16>& variation_strings, |
// 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 { |