| 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 c128edc1d9244c92f467362d17fe2f5138ae2243..49e10e492195ca1e7bacc121dc95bc92a2b8ca80 100644
 | 
| --- a/chrome/common/extensions/api/webstore_private.json
 | 
| +++ b/chrome/common/extensions/api/webstore_private.json
 | 
| @@ -56,7 +56,7 @@
 | 
|            {
 | 
|              "name": "callback",
 | 
|              "type": "function",
 | 
| -            "description": "Called when the install process completes. Upon failures, chrome.extension.lastError will be set to 'user_canceled' or 'unknown_error'.",
 | 
| +            "description": "Called when the install process completes. Upon failures, chrome.runtime.lastError will be set to 'user_canceled' or 'unknown_error'.",
 | 
|              "optional": "true",
 | 
|              "parameters": []
 | 
|            }
 | 
| 
 |