Chromium Code Reviews| 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 34eda36a62f2941cd9ec000619dbf960b42e253a..29ea97c9944db43052beab3a9d0883ee2c7256fa 100644 |
| --- a/chrome/common/extensions/api/webstore_private.json |
| +++ b/chrome/common/extensions/api/webstore_private.json |
| @@ -111,6 +111,11 @@ |
| "type": "boolean", |
| "optional": true, |
| "description": "A flag to cause the app launcher to be installed before installing the extension, if it isn't installed already." |
| + }, |
| + "authuser": { |
| + "type": "string", |
| + "optional": true, |
| + "description": "The authuser index to be included with CRX download requests in multi-login sessions." |
| } |
| }, |
| "additionalProperties": { "type": "any" } |