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

Unified Diff: chrome/browser/media/media_stream_capture_indicator.cc

Issue 992173002: Delete the old hotwording integration. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@hotword-remove-disable-option
Patch Set: Move old extension ID constant. 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/browser/media/media_stream_capture_indicator.cc
diff --git a/chrome/browser/media/media_stream_capture_indicator.cc b/chrome/browser/media/media_stream_capture_indicator.cc
index 642134df30cba916a0ddd12f70980c8aaea2dddb..978e0e8ff849b2ab4e9bf4f6de1937707d9094bf 100644
--- a/chrome/browser/media/media_stream_capture_indicator.cc
+++ b/chrome/browser/media/media_stream_capture_indicator.cc
@@ -57,7 +57,6 @@ bool IsWhitelistedExtension(const extensions::Extension* extension) {
DCHECK_CURRENTLY_ON(BrowserThread::UI);
static const char* const kExtensionWhitelist[] = {
- extension_misc::kHotwordExtensionId,
extension_misc::kHotwordNewExtensionId,
miu 2015/03/20 04:43:50 Out of curiosity, why is/should the hotword extens
};

Powered by Google App Engine
This is Rietveld 408576698