summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/extension_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/extension_constants.h')
-rw-r--r--chrome/common/extensions/extension_constants.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h
index cf9f16e..ab8d96a 100644
--- a/chrome/common/extensions/extension_constants.h
+++ b/chrome/common/extensions/extension_constants.h
@@ -349,6 +349,24 @@ namespace extension_misc {
// The extension id of the bookmark manager.
extern const char kBookmarkManagerId[];
+ // The extension id of the Citrix Receiver application.
+ extern const char kCitrixReceiverAppId[];
+
+ // The extension id of the beta Citrix Receiver application.
+ extern const char kCitrixReceiverAppBetaId[];
+
+ // The extension id of the dev Citrix Receiver application.
+ extern const char kCitrixReceiverAppDevId[];
+
+ // The extension id of the Enterprise Web Store component application.
+ extern const char kEnterpriseWebStoreAppId[];
+
+ // The extension id of the HTerm app for ChromeOS.
+ extern const char kHTermAppId[];
+
+ // The extension id of the HTerm dev app for ChromeOS.
+ extern const char kHTermDevAppId[];
+
// The extension id of the Web Store component application.
extern const char kWebStoreAppId[];