summaryrefslogtreecommitdiffstats
path: root/chrome/installer/setup
diff options
context:
space:
mode:
authorsiggi@chromium.org <siggi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-13 14:15:33 +0000
committersiggi@chromium.org <siggi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-13 14:15:33 +0000
commit7688e3b9aa44d3b7f455cd8a8ec8c1b9ee16a4a0 (patch)
tree6875549a37cb19d59e61a7485739c3e2ac2910ba /chrome/installer/setup
parentd55cedb42908a385195ea8502ed252893129a951 (diff)
downloadchromium_src-7688e3b9aa44d3b7f455cd8a8ec8c1b9ee16a4a0.zip
chromium_src-7688e3b9aa44d3b7f455cd8a8ec8c1b9ee16a4a0.tar.gz
chromium_src-7688e3b9aa44d3b7f455cd8a8ec8c1b9ee16a4a0.tar.bz2
Broke ARM compile.
Revert 81409 - first-run: Refactor Upgrade class into a common upgrade_util API.BUG=79203TEST=NoneR=jhawkins@chromium.orgReview URL: http://codereview.chromium.org/6840003 TBR=tfarina@chromium.org Review URL: http://codereview.chromium.org/6835022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81412 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/setup')
-rw-r--r--chrome/installer/setup/install_worker.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/installer/setup/install_worker.cc b/chrome/installer/setup/install_worker.cc
index da91368..7bdc9e5 100644
--- a/chrome/installer/setup/install_worker.cc
+++ b/chrome/installer/setup/install_worker.cc
@@ -395,7 +395,7 @@ bool AppendPostInstallTasks(const InstallerState& installer_state,
// However, as it stands, we don't have a way to know which distribution
// will check the key and run the command, so we add it for all.
// After the first run, the subsequent runs should just be noops.
- // (see upgrade_utils::SwapNewChromeExeIfPresent).
+ // (see Upgrade::SwapNewChromeExeIfPresent).
CommandLine product_rename_cmd(rename);
products[i]->AppendProductFlags(&product_rename_cmd);
in_use_update_work_items->AddSetRegValueWorkItem(
@@ -416,7 +416,7 @@ bool AppendPostInstallTasks(const InstallerState& installer_state,
UTF8ToWide(current_version->GetString()),
true);
// TODO(tommi): We should move the rename command here. We also need to
- // update upgrade_utils::SwapNewChromeExeIfPresent.
+ // update Upgrade::SwapNewChromeExeIfPresent.
}
post_install_task_list->AddWorkItem(in_use_update_work_items.release());