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

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

Issue 27258: Before installing Chrome check that the installation directory doesn't exist (or can be deleted). (Closed)
Patch Set: Created 11 years, 10 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
« no previous file with comments | « chrome/installer/util/prebuild/create_string_rc.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/util_constants.h
diff --git a/chrome/installer/util/util_constants.h b/chrome/installer/util/util_constants.h
index aa2b27fc9cc301932f6fd4153db5edde4c27849b..049fdac63e0a8d517e2465a9cc8a6ca50c491b6c 100644
--- a/chrome/installer/util/util_constants.h
+++ b/chrome/installer/util/util_constants.h
@@ -36,7 +36,8 @@ enum InstallStatus {
RENAME_FAILED, // Rename of new_chrome.exe failed
EULA_REJECTED, // EULA dialog was not accepted by user.
EULA_ACCEPTED, // EULA dialog was accepted by user.
- EULA_ACCEPTED_OPT_IN // EULA accepted wtih the crash optin selected.
+ EULA_ACCEPTED_OPT_IN, // EULA accepted wtih the crash optin selected.
+ INSTALL_DIR_IN_USE // Installation directory is in use by another process
};
// These are distibution related install options specified through command
« no previous file with comments | « chrome/installer/util/prebuild/create_string_rc.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698