| Index: chrome/common/result_codes.h
|
| diff --git a/chrome/common/result_codes.h b/chrome/common/result_codes.h
|
| index 6625cb09b54818dab07a6e262c4b1c42831c5052..38fe54df7d343964330f3f4da218a2f36fc5ee67 100644
|
| --- a/chrome/common/result_codes.h
|
| +++ b/chrome/common/result_codes.h
|
| @@ -58,6 +58,7 @@ class ResultCodes {
|
| PROFILE_IN_USE, // The profile was in use on another host.
|
|
|
| UNINSTALL_EXTENSION_ERROR, // Failed to silently uninstall an extension.
|
| + PACK_EXTENSION_ERROR, // Failed to pack an extension via the cmd line.
|
|
|
| EXIT_LAST_CODE // Last return code (keep it last).
|
| };
|
|
|