From a0ba7d7aac7980550e73951d427565a383965702 Mon Sep 17 00:00:00 2001 From: "wfh@chromium.org" Date: Fri, 23 May 2014 15:27:59 +0000 Subject: Add a flag to all of the registry related work items to specify whether to operate on the 64-bit or 32-bit hive on a WOW64 system. Make DeleteRegKeyWorkItem call down into RegKey so WOW64 support works for delete work items. All calls changed to use the Wow64_Default (0) parameter, so the behavior is identical. This is prep for adding 64-bit support to the installer. BUG=348626,338706 R=grt@chromium.org, grt TBR=sky TEST=installer_util_unittests Review URL: https://codereview.chromium.org/282363003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272539 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome_installer.gypi | 1 - 1 file changed, 1 deletion(-) (limited to 'chrome/chrome_installer.gypi') diff --git a/chrome/chrome_installer.gypi b/chrome/chrome_installer.gypi index fad6b8c..1e6cd9c 100644 --- a/chrome/chrome_installer.gypi +++ b/chrome/chrome_installer.gypi @@ -98,7 +98,6 @@ 'installer/util/advanced_firewall_manager_win_unittest.cc', 'installer/util/callback_work_item_unittest.cc', 'installer/util/channel_info_unittest.cc', - 'installer/util/copy_reg_key_work_item_unittest.cc', 'installer/util/copy_tree_work_item_unittest.cc', 'installer/util/create_dir_work_item_unittest.cc', 'installer/util/create_reg_key_work_item_unittest.cc', -- cgit v1.1