| Index: chrome/installer/setup/setup_main.cc
|
| diff --git a/chrome/installer/setup/setup_main.cc b/chrome/installer/setup/setup_main.cc
|
| index 0cf8f84389044d26883a7e05611ecbaa36f958b7..fd1b561543bf7493d5b2b567111ed2834776677e 100644
|
| --- a/chrome/installer/setup/setup_main.cc
|
| +++ b/chrome/installer/setup/setup_main.cc
|
| @@ -1425,6 +1425,8 @@ bool HandleNonInstallCmdLineOptions(const InstallationState& original_state,
|
| if (flavor == -1) {
|
| *exit_code = installer::UNKNOWN_STATUS;
|
| } else {
|
| + // This code is called (via setup.exe relaunch) only if a product is known
|
| + // to run user experiments, so no check is required.
|
| const Products& products = installer_state->products();
|
| for (Products::const_iterator it = products.begin(); it < products.end();
|
| ++it) {
|
|
|