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

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

Issue 9826032: hterm: Load component-extension version of crosh+hterm (chromeos only). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add manifest.json file Created 8 years, 9 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
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[];

Powered by Google App Engine
This is Rietveld 408576698