Index: chrome/installer/setup/install_worker.cc |
diff --git a/chrome/installer/setup/install_worker.cc b/chrome/installer/setup/install_worker.cc |
index 8fab21273e5a115b3cb3efb20c271508abd13115..ca3908007192228e8dd25088c77ec2896452fde9 100644 |
--- a/chrome/installer/setup/install_worker.cc |
+++ b/chrome/installer/setup/install_worker.cc |
@@ -936,8 +936,8 @@ void AddEulaAcceptedWorkItems(const InstallationState& original_state, |
// Copy the value from the product with the greatest value. |
bool have_eula_accepted = false; |
- BrowserDistribution::Type product_type; |
- DWORD eula_accepted; |
+ BrowserDistribution::Type product_type = BrowserDistribution::NUM_TYPES; |
+ DWORD eula_accepted = 0; |
const Products& products = installer_state.products(); |
for (Products::const_iterator it = products.begin(); it < products.end(); |
++it) { |