Index: chrome/browser/extensions/api/webstore_private/webstore_private_api.h |
diff --git a/chrome/browser/extensions/api/webstore_private/webstore_private_api.h b/chrome/browser/extensions/api/webstore_private/webstore_private_api.h |
index 88d82a6937b458c7dfbc481187272da449a61e61..6f0daa30d32e82ef6cd22410f6212bc33f6e03b1 100644 |
--- a/chrome/browser/extensions/api/webstore_private/webstore_private_api.h |
+++ b/chrome/browser/extensions/api/webstore_private/webstore_private_api.h |
@@ -106,7 +106,10 @@ class BeginInstallWithManifestFunction |
INVALID_ICON_URL, |
// Signin has failed. |
- SIGNIN_FAILED |
+ SIGNIN_FAILED, |
+ |
+ // An extension with the same extension id has already been installed. |
+ ALREADY_INSTALLED, |
}; |
BeginInstallWithManifestFunction(); |