Index: chrome/common/extensions/extension_constants.h |
diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h |
index 4bbffb39236fd2ba78776363e822fce8de16b626..2903a7d6a120f41e8286c1b0c382303fc65d3d54 100644 |
--- a/chrome/common/extensions/extension_constants.h |
+++ b/chrome/common/extensions/extension_constants.h |
@@ -116,6 +116,9 @@ extern const char kIdentityApiUiAppId[]; |
// The extension id of the Crosh component app for ChromeOS. |
extern const char kCroshBuiltinAppId[]; |
+// The extension id of the hotword audio verification dialogue extension. |
+extern const char kHotwordAudioVerificationExtensionId[]; |
rpetterson
2014/08/19 18:55:29
Should this be an App rather an an Extension?
kcarattini
2014/08/20 03:13:27
Done.
|
+ |
// The extension id of the hotword voice search trigger extension. |
extern const char kHotwordExtensionId[]; |