| Index: chrome/installer/util/product.cc
|
| ===================================================================
|
| --- chrome/installer/util/product.cc (revision 273136)
|
| +++ chrome/installer/util/product.cc (working copy)
|
| @@ -116,8 +116,7 @@
|
| HKEY reg_root = system_install ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_USER;
|
| RegKey client_state_key;
|
| LONG result = client_state_key.Open(reg_root,
|
| - distribution_->GetStateKey().c_str(),
|
| - KEY_READ | KEY_WRITE | KEY_WOW64_32KEY);
|
| + distribution_->GetStateKey().c_str(), KEY_READ | KEY_WRITE);
|
| if (result == ERROR_SUCCESS) {
|
| result = client_state_key.WriteValue(google_update::kRegMSIField,
|
| set ? 1 : 0);
|
|
|