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

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

Issue 896183005: Hide the taskbar microphone indicator for hotwording. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2272
Patch Set: Created 5 years, 10 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 bcf96be4fd6270f28e0374e793f474455d51dc76..f352bb773a8a8937915c2ee1d5981be039375593 100644
--- a/chrome/browser/media/media_stream_capture_indicator.cc
+++ b/chrome/browser/media/media_stream_capture_indicator.cc
@@ -59,6 +59,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