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

Unified Diff: chrome/installer/util/install_util.h

Issue 1882923003: Add best-effort/allow rollback flags on WorkItem. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@simple_list_tests
Patch Set: fix build error Created 4 years, 7 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/util/install_util.h
diff --git a/chrome/installer/util/install_util.h b/chrome/installer/util/install_util.h
index 79b8e2a2304f8755ce5a038b18da275ec1ddd017..da7b379857716a5d0f44cebfb991a3f2149707bf 100644
--- a/chrome/installer/util/install_util.h
+++ b/chrome/installer/util/install_util.h
@@ -72,9 +72,9 @@ class InstallUtil {
// This function checks if the current OS is supported for Chromium.
static bool IsOSSupported();
- // Adds work items to |install_list|, which should be a
- // NoRollbackWorkItemList, to set installer error information in the registry
- // for consumption by Google Update. |state_key| must be the full path to an
+ // Adds work items to |install_list| to set installer error information in the
+ // registry for consumption by Google Update. |install_list| must be best-
+ // effort with rollback disabled. |state_key| must be the full path to an
// app's ClientState key. See InstallerState::WriteInstallerResult for more
// details.
static void AddInstallerResultItems(bool system_install,

Powered by Google App Engine
This is Rietveld 408576698