Searched refs:prod_type (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dinstallation_validator_unittest.cc341 BrowserDistribution::Type prod_type,
447 // |prod_type|. |inst_type| dictates properties of the installation
450 BrowserDistribution::Type prod_type,
459 prod_type == BrowserDistribution::CHROME_BINARIES ||
460 (prod_type == BrowserDistribution::CHROME_BROWSER &&
462 (prod_type == BrowserDistribution::CHROME_FRAME &&
467 if (prod_type == BrowserDistribution::CHROME_FRAME && !is_multi_install)
475 state->SetUninstallCommand(prod_type, install_level, chrome::kChromeVersion,
478 if (prod_type == BrowserDistribution::CHROME_BINARIES) {
479 state->AddQueryEULAAcceptanceCommand(prod_type,
449 MakeProductState( BrowserDistribution::Type prod_type, InstallationValidator::InstallationType inst_type, Level install_level, Channel channel, Vehicle vehicle, FakeProductState* state) argument
[all...]
H A Dinstaller_state.cc512 BrowserDistribution::Type prod_type; local
514 prod_type = BrowserDistribution::CHROME_BINARIES;
516 prod_type) == NULL) {
527 prod_type = product_type;
533 prod_type = products_[0]->distribution()->GetType();
536 machine_state.GetProductState(level_ == SYSTEM_LEVEL, prod_type);

Completed in 221 milliseconds