Index: chrome/installer/setup/install_worker.h |
diff --git a/chrome/installer/setup/install_worker.h b/chrome/installer/setup/install_worker.h |
index a303b288dc58cd5d278bb72b8a9de7dd0c10c014..eac39a94189ef96084fb38fa2f8611915140904d 100644 |
--- a/chrome/installer/setup/install_worker.h |
+++ b/chrome/installer/setup/install_worker.h |
@@ -215,6 +215,13 @@ void AddOsUpgradeWorkItems(const InstallerState& installer_state, |
const Product& product, |
WorkItemList* install_list); |
+// Adds work items to add or remove the "query-eula-acceptance" command to |
+// |product|'s version key on the basis of the current operation (represented |
+// in |installer_state|). |
+void AddQueryEULAAcceptanceWorkItems(const InstallerState& installer_state, |
+ const Product& product, |
+ WorkItemList* work_item_list); |
+ |
} // namespace installer |
#endif // CHROME_INSTALLER_SETUP_INSTALL_WORKER_H_ |