| Index: extensions/common/constants.h
|
| diff --git a/extensions/common/constants.h b/extensions/common/constants.h
|
| index 185ab79d0146dd89d9de725daa9c9ea3c29e691e..d3f0b5320983e6a5adfaca8c5a237319563fd881 100644
|
| --- a/extensions/common/constants.h
|
| +++ b/extensions/common/constants.h
|
| @@ -107,6 +107,10 @@ extern const char kMimeTypePng[];
|
| // The extension id of the Web Store component application.
|
| extern const char kWebStoreAppId[];
|
|
|
| +// The key used for signing some pieces of data from the webstore.
|
| +extern const uint8_t kWebstoreSignaturesPublicKey[];
|
| +extern const int kWebstoreSignaturesPublicKeySize;
|
| +
|
| // Enumeration of possible app launch sources.
|
| // Note the enumeration is used in UMA histogram so entries
|
| // should not be re-ordered or removed.
|
|
|