| Index: chrome/installer/util/util_constants.h
|
| diff --git a/chrome/installer/util/util_constants.h b/chrome/installer/util/util_constants.h
|
| index 3cc3fb6ed298e842dcf3e9c3ebea60710b9df1f6..f2ca6dcee89b078321720f2c35a31f1bff055770 100644
|
| --- a/chrome/installer/util/util_constants.h
|
| +++ b/chrome/installer/util/util_constants.h
|
| @@ -28,6 +28,7 @@ enum InstallStatus {
|
| CHROME_NOT_INSTALLED, // Chrome not installed (returned in case of uninstall)
|
| CHROME_RUNNING, // Chrome currently running (when trying to uninstall)
|
| UNINSTALL_CONFIRMED, // User has confirmed Chrome uninstall
|
| + UNINSTALL_DELETE_PROFILE, // User confirmed uninstall and profile deletion
|
| UNINSTALL_SUCCESSFUL, // Chrome successfully uninstalled
|
| UNINSTALL_FAILED, // Chrome uninstallation failed
|
| UNINSTALL_CANCELLED, // User cancelled Chrome uninstallation
|
|
|