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

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

Issue 10652003: chromeos: Make Chrome app a real app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: no context menu for chrome app Created 8 years, 6 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 f383801793eaf2ef6088fa9711feae453c71b797..c2e3edf1538be03e7473cc974b65f9489cf0d58f 100644
--- a/chrome/common/extensions/extension_constants.h
+++ b/chrome/common/extensions/extension_constants.h
@@ -113,6 +113,11 @@ namespace extension_misc {
// The extension id of the Cloud Print component application.
extern const char kCloudPrintAppId[];
+#if defined(USE_ASH)
asargent_no_longer_on_chrome 2012/06/21 22:45:08 nit: this probably doesn't need be in an USE_ASH i
xiyuan 2012/06/21 23:19:44 You are right. Removed the #if defined.
+ // The extension id of the Chrome component application.
+ extern const char kChromeAppId[];
+#endif
+
// Note: this structure is an ASN.1 which encodes the algorithm used
// with its parameters. This is defined in PKCS #1 v2.1 (RFC 3447).
// It is encoding: { OID sha1WithRSAEncryption PARAMETERS NULL }

Powered by Google App Engine
This is Rietveld 408576698