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

Unified Diff: chrome/installer/setup/install.h

Issue 6153003: Refactor install.cc into the work item parts and the non-work item parts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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
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.

Powered by Google App Engine
This is Rietveld 408576698