diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-11 01:40:01 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-11 01:40:01 +0000 |
commit | 9ada117290d556aae78ff69784d11a7dcffe5895 (patch) | |
tree | 012c9e7e2e39e06f5eca627c39ce59b71e094fbd /chrome/common/chrome_result_codes.h | |
parent | ef6fddadb45bb7e346a3d3e2fbdaca5d476fee03 (diff) | |
download | chromium_src-9ada117290d556aae78ff69784d11a7dcffe5895.zip chromium_src-9ada117290d556aae78ff69784d11a7dcffe5895.tar.gz chromium_src-9ada117290d556aae78ff69784d11a7dcffe5895.tar.bz2 |
Linux: add a switch to support user data migration under singleton lock.
This will be used to support migration to SxS (side-by-side) profiles
on Linux.
BUG=38598
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/23531025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222446 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_result_codes.h')
-rw-r--r-- | chrome/common/chrome_result_codes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/chrome_result_codes.h b/chrome/common/chrome_result_codes.h index a29de59..5e1106c 100644 --- a/chrome/common/chrome_result_codes.h +++ b/chrome/common/chrome_result_codes.h @@ -85,6 +85,10 @@ enum ResultCode { // Returned when the user has not yet accepted the EULA. RESULT_CODE_EULA_REFUSED, + // Failed to migrate user data directory for side-by-side package support + // (Linux-only). + RESULT_CODE_SXS_MIGRATION_FAILED, + // Last return code (keep this last). RESULT_CODE_CHROME_LAST_CODE, }; |