| Index: extensions/common/constants.h
|
| diff --git a/extensions/common/constants.h b/extensions/common/constants.h
|
| index 3e9f17b9ef4811ae5ba5c1ececcde4a13f0c25f6..3ee12e016c883bd367ad1823ac54b5ef07cbc6ff 100644
|
| --- a/extensions/common/constants.h
|
| +++ b/extensions/common/constants.h
|
| @@ -101,6 +101,9 @@ extern const char kRulesStoreName[];
|
| // The URL query parameter key corresponding to multi-login user index.
|
| extern const char kAuthUserQueryKey[];
|
|
|
| +// The extension id of the Web Store component application.
|
| +extern const char kWebStoreAppId[];
|
| +
|
| } // namespace extensions
|
|
|
| namespace extension_misc {
|
|
|