Index: chrome/installer/util/work_item_list.h |
=================================================================== |
--- chrome/installer/util/work_item_list.h (revision 71345) |
+++ chrome/installer/util/work_item_list.h (working copy) |
@@ -61,8 +61,7 @@ |
// or REG_DWORD. |
WorkItem* AddDeleteRegValueWorkItem(HKEY predefined_root, |
const std::wstring& key_path, |
- const std::wstring& value_name, |
- DWORD type); |
+ const std::wstring& value_name); |
// Add a DeleteTreeWorkItem that recursively deletes a file system |
// hierarchy at the given root path. A key file can be optionally specified |