| Index: chrome/common/chrome_result_codes.h
|
| diff --git a/chrome/common/chrome_result_codes.h b/chrome/common/chrome_result_codes.h
|
| index 8d9077a48bb805e1d32c1ed88f184997bc724503..045edd97423a24535f72d033d250235d912791b6 100644
|
| --- a/chrome/common/chrome_result_codes.h
|
| +++ b/chrome/common/chrome_result_codes.h
|
| @@ -72,6 +72,10 @@ enum ResultCode {
|
| // running browser.
|
| RESULT_CODE_NORMAL_EXIT_PROCESS_NOTIFIED,
|
|
|
| + // Failed to install an item from the webstore when the kInstallFromWebstore
|
| + // command line flag was present.
|
| + RESULT_CODE_INSTALL_FROM_WEBSTORE_ERROR,
|
| +
|
| // Last return code (keep this last).
|
| RESULT_CODE_CHROME_LAST_CODE,
|
| };
|
|
|