Index: chrome/common/extensions/extension_constants.h |
diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h |
index e6944723df194c84ead6ef9b22294581e965c4d5..9bdfbcc88f09727720a5efc2d29321802dfec0f9 100644 |
--- a/chrome/common/extensions/extension_constants.h |
+++ b/chrome/common/extensions/extension_constants.h |
@@ -383,6 +383,9 @@ namespace extension_misc { |
// The extension id of the HTerm dev app for ChromeOS. |
extern const char kHTermDevAppId[]; |
+ // The extension id of the Crosh component app for ChromeOS. |
+ extern const char kCroshBuiltinAppId[]; |
+ |
// The extension id of the Web Store component application. |
extern const char kWebStoreAppId[]; |