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

Unified Diff: chrome/installer/mini_installer/mini_installer.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/gcapi/gcapi_reactivation_test.cc ('k') | chrome/installer/setup/install_worker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/mini_installer/mini_installer.cc
===================================================================
--- chrome/installer/mini_installer/mini_installer.cc (revision 273136)
+++ chrome/installer/mini_installer/mini_installer.cc (working copy)
@@ -145,9 +145,7 @@
PathString client_state_key;
return client_state_key.assign(kApRegistryKeyBase) &&
client_state_key.append(app_guid) &&
- (key->Open(root_key,
- client_state_key.get(),
- access | KEY_WOW64_32KEY) == ERROR_SUCCESS);
+ (key->Open(root_key, client_state_key.get(), access) == ERROR_SUCCESS);
}
// This function sets the flag in registry to indicate that Google Update
« no previous file with comments | « chrome/installer/gcapi/gcapi_reactivation_test.cc ('k') | chrome/installer/setup/install_worker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698