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

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

Issue 141013015: [Hotword] Set up hotwording to be externally loaded component extension. Only load if the field tri… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: removing changes that snuck in Created 6 years, 11 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 333902d479f79c5d26813e1fb626207b986a6544..d4f8271ea1b4200442b27751d01ee62966d776a8 100644
--- a/chrome/common/extensions/extension_constants.h
+++ b/chrome/common/extensions/extension_constants.h
@@ -109,6 +109,9 @@ namespace extension_misc {
// The extension id of the Crosh component app for ChromeOS.
extern const char kCroshBuiltinAppId[];
+ // The extension id of the hotword voice search trigger extension.
+ extern const char kHotwordExtensionId[];
+
// The extension id of the PDF extension.
extern const char kPdfExtensionId[];
« no previous file with comments | « chrome/browser/extensions/external_component_loader.cc ('k') | chrome/common/extensions/extension_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698