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

Unified Diff: chrome/common/extensions/api/webstore/webstore_api_constants.h

Issue 384823002: Introduce a stable set of errors for inline install (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/common/extensions/api/webstore/webstore_api_constants.h
diff --git a/chrome/common/extensions/api/webstore/webstore_api_constants.h b/chrome/common/extensions/api/webstore/webstore_api_constants.h
index 445a57b9b464863c799048ef0d1898da3d4111eb..f42327e993eb7925304babb3034fb0fb4fc8f9de 100644
--- a/chrome/common/extensions/api/webstore/webstore_api_constants.h
+++ b/chrome/common/extensions/api/webstore/webstore_api_constants.h
@@ -22,6 +22,12 @@ enum InstallStage {
INSTALL_STAGE_INSTALLING,
};
+// Result codes returned by WebstoreStandaloneInstaller and its subclasses.
+// IMPORTANT: Keep this list in sync with both the definition in
+// chrome/common/extensions/api/webstore.json and
+// chrome/common/extensions/webstore_install_result.h!
+extern const char* kInstallResultCodes[];
+
extern const char kInstallStageDownloading[];
extern const char kInstallStageInstalling[];
extern const char kOnInstallStageChangedMethodName[];

Powered by Google App Engine
This is Rietveld 408576698