Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5084)

Unified Diff: chrome/common/extensions/extension_constants.h

Issue 467113004: Adds a skeleton component app for Always-On Hotwording opt-in flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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[];

Powered by Google App Engine
This is Rietveld 408576698