Index: chrome/installer/setup/install.h |
=================================================================== |
--- chrome/installer/setup/install.h (revision 70610) |
+++ chrome/installer/setup/install.h (working copy) |
@@ -51,33 +51,8 @@ |
const installer::MasterPreferences& prefs, const Version& new_version, |
const Package& package); |
-// Appends registration or unregistration work items to |work_item_list| for the |
-// COM DLLs whose file names are given in |dll_files| and which reside in the |
-// path |dll_folder|. |
-// |system_level| specifies whether to call the system or user level DLL |
-// registration entry points. |
-// |do_register| says whether to register or unregister. |
-// |may_fail| states whether this is best effort or not. If |may_fail| is true |
-// then |work_item_list| will still succeed if the registration fails and |
-// no registration rollback will be performed. |
-void AddRegisterComDllWorkItems(const FilePath& dll_folder, |
- const std::vector<FilePath>& dll_files, |
- bool system_level, |
- bool do_register, |
- bool ignore_failures, |
- WorkItemList* work_item_list); |
-void AddSetMsiMarkerWorkItem(const Product& product, |
- bool set, |
- WorkItemList* work_item_list); |
-// Called for either installation or uninstallation. This method updates the |
-// registry according to Chrome Frame specific options for the current |
-// installation. This includes handling of the ready-mode option. |
-void AddChromeFrameWorkItems(bool install, const FilePath& setup_path, |
- const Version& new_version, const Product& product, |
- WorkItemList* list); |
- |
// Removes the ChromeFrameReadyMode flag from the registry, updates Chrome's |
// uninstallation commands to only uninstall Chrome, and adds an entry to the |
// Add/Remove Programs list for GCF. |