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

Unified Diff: content/browser/web_contents/web_contents_impl.cc

Issue 1591453005: Add metrics regarding concurrent audible tabs in Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: user action and tick Created 4 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
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 ccadfb2dd064e1bbb6b946cd04e94266c938a7cf..233c1e09382b4b22fc94781650d4d79be0dff518 100644
--- a/content/browser/web_contents/web_contents_impl.cc
+++ b/content/browser/web_contents/web_contents_impl.cc
@@ -1185,8 +1185,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_)

Powered by Google App Engine
This is Rietveld 408576698