| Index: chrome/common/extensions/extension_constants.h
|
| diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h
|
| index 66e039e5654889ab4bf5a1734bf29688acc69a8c..7ee799a4f8d9858e7d06e3e5c4596bed40b8ea26 100644
|
| --- a/chrome/common/extensions/extension_constants.h
|
| +++ b/chrome/common/extensions/extension_constants.h
|
| @@ -286,6 +286,9 @@ namespace extension_misc {
|
| // The extension id of the Web Store component application.
|
| extern const char* kWebStoreAppId;
|
|
|
| + // The extension id of the Cloud Print component application.
|
| + extern const char* kCloudPrintAppId;
|
| +
|
| // 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 }
|
|
|