Chromium Code Reviews| Index: chrome/common/chrome_result_codes.h |
| diff --git a/chrome/common/chrome_result_codes.h b/chrome/common/chrome_result_codes.h |
| index a5a0fc66527be2d0b4dfa9bbe5f719aa09fee461..b93805e0427a1d61f055a01f82319668c6f2a33e 100644 |
| --- a/chrome/common/chrome_result_codes.h |
| +++ b/chrome/common/chrome_result_codes.h |
| @@ -77,6 +77,8 @@ enum ResultCode { |
| // Failed to install an item from the webstore when the |
| // kInstallEphemeralAppFromWebstore command line flag was present. |
| + // As this flag is no longer supported, this return code should never be |
| + // returned. |
| RESULT_CODE_INSTALL_FROM_WEBSTORE_ERROR_2, |
|
Lei Zhang
2015/08/19 22:40:27
Add NOTUSED to the name like the ones above/below?
benwells
2015/08/20 01:34:27
Done.
|
| // A dummy value we should not use. See crbug.com/152285. |