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

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

Issue 6588003: Add support for the quick-enable-cf command to the installer. This encompase... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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_worker.h
===================================================================
--- chrome/installer/setup/install_worker.h (revision 76372)
+++ chrome/installer/setup/install_worker.h (working copy)
@@ -136,6 +136,15 @@
// Refreshes the elevation policy on platforms where it is supported.
void RefreshElevationPolicy();
+// Add work items to add or remove the "quick-enable-cf" to the multi-installer
+// binaries' version key. |setup_path| and |new_version| are required when
robertshield 2011/03/02 14:58:57 Three spaces after a period? That's a lot of space
grt (UTC plus 2) 2011/03/02 19:48:28 Inflation, don't you know.
+// processing product installation; they may be NULL when uninstalling.
erikwright (departed) 2011/03/02 15:18:16 'may' or 'must'? After reviewing the implementati
grt (UTC plus 2) 2011/03/02 19:48:28 Nothing will break if they aren't NULL on uninstal
+void AddQuickEnableWorkItems(const InstallerState& installer_state,
+ const InstallationState& machine_state,
+ const FilePath* setup_path,
+ const Version* new_version,
+ WorkItemList* work_item_list);
+
} // namespace installer
#endif // CHROME_INSTALLER_SETUP_INSTALL_WORKER_H_

Powered by Google App Engine
This is Rietveld 408576698