| Index: chrome/installer/util/util_constants.cc
|
| diff --git a/chrome/installer/util/util_constants.cc b/chrome/installer/util/util_constants.cc
|
| index c380a5f0a1c4e56fe1caecb278e3ea1c662adb61..330864c56fd18c0102b6dfcf68e22a2acd588211 100644
|
| --- a/chrome/installer/util/util_constants.cc
|
| +++ b/chrome/installer/util/util_constants.cc
|
| @@ -208,7 +208,7 @@ const char kToastResultsKey[] = "toast-results-key";
|
| // TODO(gab): Rename setup.exe itself altogether and use the same binary for
|
| // Active Setup.
|
| const wchar_t kActiveSetupExe[] = L"chrmstp.exe";
|
| -const wchar_t kChromeAppHostExe[] = L"app_host.exe";
|
| +const wchar_t kChromeAppHostExe[] = L"app_host.exe"; // Legacy.
|
| const wchar_t kChromeDll[] = L"chrome.dll";
|
| const wchar_t kChromeExe[] = L"chrome.exe";
|
| const wchar_t kChromeFrameDll[] = L"npchrome_frame.dll";
|
|
|