Index: chrome/common/extensions/extension_constants.h |
diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h |
index c62e89f4ddc09c41caae85656dadf18495cf8819..bc3744c3eba9f8cb9953a5dfcebe7de062cfe596 100644 |
--- a/chrome/common/extensions/extension_constants.h |
+++ b/chrome/common/extensions/extension_constants.h |
@@ -167,6 +167,9 @@ namespace extension_misc { |
// The extension id of the Youtube application. |
extern const char kYoutubeAppId[]; |
+ // The extension id of the Identity API UI application. |
+ extern const char kIdentityApiUiAppId[]; |
+ |
// 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 } |