HomeSort by relevance Sort by last modified time
    Searched refs:experiment_labels (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/common/variations/
experiment_labels.cc 5 #include "chrome/common/variations/experiment_labels.h"
47 base::string16 experiment_labels; local
61 if (!experiment_labels.empty())
62 experiment_labels += google_update::kExperimentLabelSeparator;
63 experiment_labels += CreateSingleExperimentLabel(++counter, id,
67 return experiment_labels;
  /external/chromium_org/chrome/installer/util/
google_update_settings.h 293 // Sets |experiment_labels| as the Google Update experiment_labels value in
295 // |experiment_labels| is empty, this will delete the value instead. This will
300 const base::string16& experiment_labels);
302 // Reads the Google Update experiment_labels value in the ClientState key for
303 // this Chrome product and writes it into |experiment_labels|. If the key or
304 // value does not exist, |experiment_labels| will be set to the empty string.
305 // If this distribution of Chrome does not set the experiment_labels value,
306 // this will do nothing to |experiment_labels|. This will return true if the
309 base::string16* experiment_labels);
    [all...]
google_update_settings.cc     [all...]

Completed in 67 milliseconds