| Index: chrome/installer/setup/setup_main.cc
|
| diff --git a/chrome/installer/setup/setup_main.cc b/chrome/installer/setup/setup_main.cc
|
| index 5e055350715c37a198d4c60e53dead667d9db241..e684009647e68f465f9b10df747fe39381f91df8 100644
|
| --- a/chrome/installer/setup/setup_main.cc
|
| +++ b/chrome/installer/setup/setup_main.cc
|
| @@ -1523,7 +1523,7 @@ InstallStatus InstallProductsHelper(const InstallationState& original_state,
|
| }
|
| }
|
|
|
| - if (higher_products != 0) {
|
| + if (higher_products != 0 && !IsRollbackEnabled(prefs)) {
|
| static_assert(BrowserDistribution::NUM_TYPES == 3,
|
| "add support for new products here");
|
| int message_id = IDS_INSTALL_HIGHER_VERSION_BASE;
|
|
|