summaryrefslogtreecommitdiffstats
path: root/chrome/common/result_codes.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/result_codes.h')
-rw-r--r--chrome/common/result_codes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/result_codes.h b/chrome/common/result_codes.h
index 32e2ff3..abaf5a7 100644
--- a/chrome/common/result_codes.h
+++ b/chrome/common/result_codes.h
@@ -49,6 +49,8 @@ class ResultCodes {
NORMAL_EXIT_EXP4, // used for experiments and the actual meaning
// depends on the experiment.
+ PROFILE_IN_USE, // The profile was in use on another host.
+
EXIT_LAST_CODE // Last return code (keep it last).
};
};