| Index: chrome/common/extensions/api/webstore_private.json
|
| diff --git a/chrome/common/extensions/api/webstore_private.json b/chrome/common/extensions/api/webstore_private.json
|
| index ebc26ceb68cac4a106abdb929084cce79b19a109..83fb48d4387edcdb545b0908edfb95bd28c326d9 100644
|
| --- a/chrome/common/extensions/api/webstore_private.json
|
| +++ b/chrome/common/extensions/api/webstore_private.json
|
| @@ -124,7 +124,7 @@
|
| {
|
| "name": "result",
|
| "type": "string",
|
| - "description": "A string result code, which will be empty upon success. The possible values in the case of errors include 'unknown_error', 'user_cancelled', 'manifest_error', 'icon_error', 'invalid_id', 'permission_denied', and 'invalid_icon_url'."
|
| + "description": "A string result code, which will be empty upon success. The possible values in the case of errors include 'unknown_error', 'user_cancelled', 'manifest_error', 'icon_error', 'invalid_id', 'permission_denied', 'invalid_icon_url', 'signin_failed', and 'already_installed'."
|
| }
|
| ]
|
| }
|
|
|