| Index: chrome/installer/setup/install_worker.cc
|
| diff --git a/chrome/installer/setup/install_worker.cc b/chrome/installer/setup/install_worker.cc
|
| index 60c01277907912d9d7b6b7d6b41ec6d3dada9d60..7164d5032219a4ce284d8ddacfc94e5e2959f836 100644
|
| --- a/chrome/installer/setup/install_worker.cc
|
| +++ b/chrome/installer/setup/install_worker.cc
|
| @@ -692,7 +692,7 @@ void AddInstallWorkItems(const InstallationState& original_state,
|
|
|
| install_list->AddDeleteTreeWorkItem(new_chrome_exe, temp_path);
|
|
|
| - if (installer_state.is_chrome_frame_running()) {
|
| + if (installer_state.IsChromeFrameRunning(original_state)) {
|
| VLOG(1) << "Chrome Frame in use. Copying to new_chrome.exe";
|
| install_list->AddCopyTreeWorkItem(
|
| src_path.Append(installer::kChromeExe).value(),
|
|
|