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

Unified Diff: chrome/common/extensions/webstore_install_result.h

Issue 2103663002: [Extensions] Rework inline installation observation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missingfile Created 4 years, 6 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
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/extensions/webstore_install_result.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/webstore_install_result.h
diff --git a/chrome/common/extensions/webstore_install_result.h b/chrome/common/extensions/webstore_install_result.h
index 1378daee8385128ed50f20100e14f09a1ec74e0f..74d8184856782a862f2ae9a45805a044b057bf0e 100644
--- a/chrome/common/extensions/webstore_install_result.h
+++ b/chrome/common/extensions/webstore_install_result.h
@@ -9,6 +9,14 @@ namespace extensions {
namespace webstore_install {
+extern const char kInvalidWebstoreItemId[];
+extern const char kWebstoreRequestError[];
+extern const char kInvalidWebstoreResponseError[];
+extern const char kInvalidManifestError[];
+extern const char kUserCancelledError[];
+extern const char kExtensionIsBlacklisted[];
+extern const char kInstallInProgressError[];
+
// Result codes returned by WebstoreStandaloneInstaller and its subclasses.
enum Result {
// Successful operation.
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/extensions/webstore_install_result.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698