Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5271)

Unified Diff: chrome/browser/extensions/api/webstore_private/webstore_private_api.h

Issue 15292011: Prevent duplicate webstore install requests being serviced. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rework Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698