Chromium Code Reviews| Index: chrome/common/extensions/extension_constants.h |
| diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h |
| index 9566f17952f28875d5bef2fad2a3f337f7fbf028..8b958f4465371b703edd38d0cbe41ce2dde12f9a 100644 |
| --- a/chrome/common/extensions/extension_constants.h |
| +++ b/chrome/common/extensions/extension_constants.h |
| @@ -160,6 +160,9 @@ namespace extension_misc { |
| // The extension id of the Youtube application. |
| extern const char kYoutubeAppId[]; |
| + // The extension id of the in-app payments support application. |
| + extern const char kIAPSupportAppId[]; |
|
asargent_no_longer_on_chrome
2013/05/22 00:07:13
nit: probably better not to abbreviate "in app pay
Marijn Kruisselbrink
2013/05/22 21:29:37
Done.
|
| + |
| // 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 } |