| Index: chrome/installer/util/util_constants.h
|
| diff --git a/chrome/installer/util/util_constants.h b/chrome/installer/util/util_constants.h
|
| index 3fd49cf1c438c050b628fdd21a45580735fd7df0..e3f458fa3d4564c17b0ebea89ee060768212544e 100644
|
| --- a/chrome/installer/util/util_constants.h
|
| +++ b/chrome/installer/util/util_constants.h
|
| @@ -95,8 +95,16 @@ enum InstallStatus {
|
| SETUP_SINGLETON_ACQUISITION_FAILED = 60, // The setup process could not
|
| // acquire the exclusive right to
|
| // modify the Chrome installation.
|
| + SETUP_SINGLETON_RELEASED = 61, // The task did not complete because
|
| + // another process asked this
|
| + // process to release the exclusive
|
| + // right to modify the Chrome
|
| + // installation.
|
| + DELETE_OLD_VERSIONS_SUCCESS = 62, // All files that belong to old
|
| + // versions of Chrome were
|
| + // successfully deleted.
|
|
|
| - MAX_INSTALL_STATUS = 61, // Bump this out to make space for new results.
|
| + MAX_INSTALL_STATUS = 63, // Bump this out to make space for new results.
|
| };
|
|
|
| // The type of an update archive.
|
| @@ -140,6 +148,7 @@ extern const char kChromeFrame[];
|
| extern const char kChromeSxS[];
|
| extern const char kConfigureUserSettings[];
|
| extern const char kCriticalUpdateVersion[];
|
| +extern const char kDeleteOldVersions[];
|
| extern const char kDeleteProfile[];
|
| extern const char kDisableLogging[];
|
| extern const char kDoNotLaunchChrome[];
|
|
|