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

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

Issue 12035043: Implementing app command to query EULA acceptance state for Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code complete: added app command install and app_host.exe wait/forward. Created 7 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_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_

Powered by Google App Engine
This is Rietveld 408576698