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

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

Issue 992173002: Delete the old hotwording integration. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@hotword-remove-disable-option
Patch Set: Rebase Created 5 years, 9 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 699ce8df2460550182ffdea7fdaf0afc62d8ee9c..8f5ff6f78ff0799c6af0e1389922d879edcee013 100644
--- a/chrome/common/extensions/extension_constants.h
+++ b/chrome/common/extensions/extension_constants.h
@@ -76,8 +76,8 @@ extern const char kCroshBuiltinAppId[];
// The extension id of the hotword audio verification dialogue app.
extern const char kHotwordAudioVerificationAppId[];
-// The extension id of the hotword voice search trigger extension.
-extern const char kHotwordExtensionId[];
+// The extension id of the old hotword voice search trigger extension.
+extern const char kHotwordOldExtensionId[];
// The extension id of the new (experimental) hotword extension.
extern const char kHotwordNewExtensionId[];
Matt Giuca 2015/03/19 00:46:05 In a follow-up CL, would you be able to rename thi
Anand Mistry (off Chromium) 2015/03/19 05:09:16 Yes, will do in a follow-up.

Powered by Google App Engine
This is Rietveld 408576698