Index: content/browser/web_contents/web_contents_impl.cc |
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc |
index eee0310328aeb465cbe8a1ada81a11d5dc10ec82..e67ad22f76d8774884a89bb650803c214bbe7c67 100644 |
--- a/content/browser/web_contents/web_contents_impl.cc |
+++ b/content/browser/web_contents/web_contents_impl.cc |
@@ -1179,8 +1179,7 @@ void WebContentsImpl::NotifyNavigationStateChanged( |
"466285 WebContentsImpl::NotifyNavigationStateChanged")); |
// Notify the media observer of potential audibility changes. |
if (changed_flags & INVALIDATE_TYPE_TAB) { |
- media_web_contents_observer_->MaybeUpdateAudibleState( |
- AudioStreamMonitor::monitoring_available() && WasRecentlyAudible()); |
+ media_web_contents_observer_->MaybeUpdateAudibleState(); |
} |
if (delegate_) |