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

/external/chromium_org/chrome/installer/util/
H A Dinstallation_validator_unittest.cc317 BrowserDistribution::Type prod_type,
423 // |prod_type|. |inst_type| dictates properties of the installation
426 BrowserDistribution::Type prod_type,
435 prod_type == BrowserDistribution::CHROME_BINARIES ||
436 (prod_type == BrowserDistribution::CHROME_BROWSER &&
438 (prod_type == BrowserDistribution::CHROME_FRAME &&
443 if (prod_type == BrowserDistribution::CHROME_FRAME && !is_multi_install)
451 state->SetUninstallCommand(prod_type, install_level, chrome::kChromeVersion,
454 if (prod_type == BrowserDistribution::CHROME_BINARIES) {
455 state->AddQueryEULAAcceptanceCommand(prod_type,
425 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 106 milliseconds