| 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..b89524e61b56be64ca0bd822befce9c77f41a8ff 100644
|
| --- a/chrome/common/extensions/extension_constants.h
|
| +++ b/chrome/common/extensions/extension_constants.h
|
| @@ -349,6 +349,15 @@ namespace extension_misc {
|
| // The extension id of the bookmark manager.
|
| extern const char kBookmarkManagerId[];
|
|
|
| + // 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[];
|
|
|
|
|