Searched defs:experiment_group (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Duser_experiment.cc250 // command line, but HKCU otherwise. |experiment_group| is the value to write
253 void SetClient(const base::string16& experiment_group, bool last_write) { argument
273 reg_key_handle, google_update::kRegClientField, experiment_group);
278 GoogleUpdateSettings::SetClient(experiment_group);
482 const base::string16& experiment_group,
519 SetClient(experiment_group + outcome, true);
481 InactiveUserToastExperiment(int flavor, const base::string16& experiment_group, const Product& product, const base::FilePath& application_path) argument
/external/chromium_org/chrome/installer/setup/
H A Dsetup_main.cc1151 std::string experiment_group = local
1164 flavor, base::ASCIIToUTF16(experiment_group), product,

Completed in 268 milliseconds