| Index: chrome/installer/setup/setup_main.cc
|
| diff --git a/chrome/installer/setup/setup_main.cc b/chrome/installer/setup/setup_main.cc
|
| index b02be692ed797650bbc7e94ecc999ed731add071..4cd22563852759592418e1141ce5a5e38833cfc7 100644
|
| --- a/chrome/installer/setup/setup_main.cc
|
| +++ b/chrome/installer/setup/setup_main.cc
|
| @@ -1532,7 +1532,6 @@ InstallStatus InstallProductsHelper(
|
| COMPILE_ASSERT(BrowserDistribution::NUM_TYPES == 4,
|
| add_support_for_new_products_here_);
|
| const uint32 kBrowserBit = 1 << BrowserDistribution::CHROME_BROWSER;
|
| - const uint32 kAppHostBit = 1 << BrowserDistribution::CHROME_APP_HOST;
|
| int message_id = 0;
|
|
|
| proceed_with_installation = false;
|
|
|