Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4366)

Unified Diff: chrome/installer/util/google_chrome_distribution.cc

Issue 297233010: Revert 273108 "Omaha configuration parameters now use Wow6432Nod..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/2017/src/
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/installer/util/compat_checks.cc ('k') | chrome/installer/util/google_update_settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/google_chrome_distribution.cc
===================================================================
--- chrome/installer/util/google_chrome_distribution.cc (revision 273136)
+++ chrome/installer/util/google_chrome_distribution.cc (working copy)
@@ -211,8 +211,7 @@
sub_key.append(L"\\");
sub_key.append(product_guid());
- base::win::RegKey client_state_key(
- root_key, sub_key.c_str(), KEY_READ | KEY_WOW64_32KEY);
+ base::win::RegKey client_state_key(root_key, sub_key.c_str(), KEY_READ);
base::string16 result;
base::string16 brand_value;
if (client_state_key.ReadValue(google_update::kRegRLZBrandField,
« no previous file with comments | « chrome/installer/util/compat_checks.cc ('k') | chrome/installer/util/google_update_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698