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

Unified Diff: chrome/common/result_codes.h

Issue 62097: On uninstall ask whether to delete profile. (Closed)
Patch Set: run message loop. Created 11 years, 8 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/common/result_codes.h
diff --git a/chrome/common/result_codes.h b/chrome/common/result_codes.h
index f97e918c1bc2d9eda10e364806cb8e3c81522ae9..4c0de9dc15e1a344c9d19ffe2ff305eaf72f7b24 100644
--- a/chrome/common/result_codes.h
+++ b/chrome/common/result_codes.h
@@ -36,6 +36,7 @@ class ResultCodes {
UNINSTALL_CHROME_ALIVE, // Uninstall detected another chrome instance.
UNINSTALL_NO_SURVEY, // Do not launch survey after uninstall.
UNINSTALL_USER_CANCEL, // The user changed her mind.
+ UNINSTALL_DELETE_PROFILE, // Delete profile as well during uninstall.
UNSUPPORTED_PARAM, // Command line parameter is not supported.
KILLED_BAD_MESSAGE, // A bad message caused the process termination.
IMPORTER_CANCEL, // The user canceled the browser import.

Powered by Google App Engine
This is Rietveld 408576698