| Index: chrome/common/extensions/extension_constants.h
|
| diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h
|
| index cf9f16eb547c309bfdd30a1b37594d1f602d27b5..ab8d96ac956812e70f4907ae08e683d3f58d8aae 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[];
|
|
|
|
|