| 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..74979045b5d1cc29e1cfb1a5397d6b4a2ad9b2df 100644
|
| --- a/chrome/common/extensions/extension_constants.h
|
| +++ b/chrome/common/extensions/extension_constants.h
|
| @@ -113,6 +113,9 @@ namespace extension_misc {
|
| // The extension id of the Cloud Print component application.
|
| extern const char kCloudPrintAppId[];
|
|
|
| + // The extension id of the Chrome component application.
|
| + extern const char kChromeAppId[];
|
| +
|
| // 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 }
|
|
|