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

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

Issue 884773003: Hide the taskbar microphone indicator for hotwording. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ae06b3c848e5e7d3f40b04ddc45895c29afa62bf..642134df30cba916a0ddd12f70980c8aaea2dddb 100644
--- a/chrome/browser/media/media_stream_capture_indicator.cc
+++ b/chrome/browser/media/media_stream_capture_indicator.cc
@@ -58,6 +58,7 @@ bool IsWhitelistedExtension(const extensions::Extension* extension) {
static const char* const kExtensionWhitelist[] = {
extension_misc::kHotwordExtensionId,
+ extension_misc::kHotwordNewExtensionId,
};
for (size_t i = 0; i < arraysize(kExtensionWhitelist); ++i) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698