diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-17 15:58:27 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-17 15:58:27 +0000 |
commit | 8c30a48a97f132e99a1b07df90a231eabda4c9ed (patch) | |
tree | e67c563c3db831d98f4f4436ed7f0cb62b6dcfff /chrome/installer/util/work_item_list.h | |
parent | 8f578533569695a7458ecd2d5cfe7dc104a58485 (diff) | |
download | chromium_src-8c30a48a97f132e99a1b07df90a231eabda4c9ed.zip chromium_src-8c30a48a97f132e99a1b07df90a231eabda4c9ed.tar.gz chromium_src-8c30a48a97f132e99a1b07df90a231eabda4c9ed.tar.bz2 |
Revert "Change mini_installer's chrome.release specification..."
This reverts r11864 - it broke the tree.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11867 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/work_item_list.h')
-rw-r--r-- | chrome/installer/util/work_item_list.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/chrome/installer/util/work_item_list.h b/chrome/installer/util/work_item_list.h index b7b4fc3..a8e3bbb 100644 --- a/chrome/installer/util/work_item_list.h +++ b/chrome/installer/util/work_item_list.h @@ -5,11 +5,9 @@ #ifndef CHROME_INSTALLER_UTIL_WORK_ITEM_LIST_H__ #define CHROME_INSTALLER_UTIL_WORK_ITEM_LIST_H__ -#include <windows.h> - #include <list> #include <string> - +#include <windows.h> #include "chrome/installer/util/work_item.h" // A WorkItem subclass that recursively contains a list of WorkItems. Thus it @@ -72,10 +70,6 @@ class WorkItemList : public WorkItem { std::wstring value_name, DWORD value_data, bool overwrite); - // Add a SelfRegWorkItem that registers or unregisters a DLL at the - // specified path. - bool AddSelfRegWorkItem(const std::wstring& dll_path, bool do_register); - private: friend class WorkItem; |