diff options
author | grt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-09 17:57:11 +0000 |
---|---|---|
committer | grt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-09 17:57:11 +0000 |
commit | d4083983d11b6fd07db00f07e3c63b4b9a295c12 (patch) | |
tree | 4d1272046dc0493a668e24555b70da95bc83fa04 /chrome/installer/util | |
parent | 2e728731757b02ed06624901062d75fb4f4832a4 (diff) | |
download | chromium_src-d4083983d11b6fd07db00f07e3c63b4b9a295c12.zip chromium_src-d4083983d11b6fd07db00f07e3c63b4b9a295c12.tar.gz chromium_src-d4083983d11b6fd07db00f07e3c63b4b9a295c12.tar.bz2 |
Product-specific flags are no longer required, used, or validated in --rename-chrome-exe command lines.
BUG=79935
TEST=Install version N-1 w/ --verbose-logging --chrome --chrome-frame --multi-install --ready-mode --system-level, navigate to gcf:about:version in IE, then install version N with same args. Inspect chrome_frame_installer.log and note the lack of validation errors. Close IE and note that the update completes and all "opv" and "cmd" values are removed from the various ClientState keys.
Review URL: http://codereview.chromium.org/6951016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84641 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util')
-rw-r--r-- | chrome/installer/util/installation_validator.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/installer/util/installation_validator.cc b/chrome/installer/util/installation_validator.cc index c9cd663..fdc9a2a 100644 --- a/chrome/installer/util/installation_validator.cc +++ b/chrome/installer/util/installation_validator.cc @@ -397,9 +397,6 @@ void InstallationValidator::ValidateRenameCommand(const ProductContext& ctx, ctx.system_install)); expected.push_back(std::make_pair(std::string(switches::kMultiInstall), ctx.state.is_multi_install())); - ctx.rules.AddProductSwitchExpectations(ctx.machine_state, - ctx.system_install, - ctx.state, &expected); ValidateCommandExpectations(ctx, command, expected, "in-use renamer", is_valid); |