| Index: chrome/installer/util/google_chrome_distribution.cc
|
| diff --git a/chrome/installer/util/google_chrome_distribution.cc b/chrome/installer/util/google_chrome_distribution.cc
|
| index 06655c1ece3b23d7af18f83727c537972519a3a1..10461a724fa713f14bacf163cc90da3acd19a533 100644
|
| --- a/chrome/installer/util/google_chrome_distribution.cc
|
| +++ b/chrome/installer/util/google_chrome_distribution.cc
|
| @@ -211,7 +211,8 @@ base::string16 GoogleChromeDistribution::GetDistributionData(HKEY root_key) {
|
| sub_key.append(L"\\");
|
| sub_key.append(product_guid());
|
|
|
| - base::win::RegKey client_state_key(root_key, sub_key.c_str(), KEY_READ);
|
| + base::win::RegKey client_state_key(
|
| + root_key, sub_key.c_str(), KEY_READ | KEY_WOW64_32KEY);
|
| base::string16 result;
|
| base::string16 brand_value;
|
| if (client_state_key.ReadValue(google_update::kRegRLZBrandField,
|
|
|