| Index: chrome/installer/mini_installer/mini_installer.cc
|
| diff --git a/chrome/installer/mini_installer/mini_installer.cc b/chrome/installer/mini_installer/mini_installer.cc
|
| index 2738c4d2e42ea83d3f608d9f930e4dc39e168c05..9df15d3a1f6722494a97a67e5889724fae7f9579 100644
|
| --- a/chrome/installer/mini_installer/mini_installer.cc
|
| +++ b/chrome/installer/mini_installer/mini_installer.cc
|
| @@ -257,16 +257,11 @@ bool GetSetupExePathFromRegistry(const Configuration& configuration,
|
| return true;
|
| }
|
|
|
| - // Make a last-ditch effort to look in the Chrome and App Host client state
|
| - // keys.
|
| + // Make a last-ditch effort to look in the Chrome client state key.
|
| if (GetSetupExePathForGuidFromRegistry(
|
| system_level, configuration.chrome_app_guid(), path, size)) {
|
| return true;
|
| }
|
| - if (configuration.has_app_host() && GetSetupExePathForGuidFromRegistry(
|
| - system_level, google_update::kChromeAppHostAppGuid, path, size)) {
|
| - return true;
|
| - }
|
|
|
| return false;
|
| }
|
|
|