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

Unified Diff: media/audio/audio_streams_tracker.h

Issue 2578983003: Add AudioStreamRegistry. Move stream counting logic (Closed)
Patch Set: Remove active audio tracking from ARH to see what tests break. Created 3 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 | « content/test/BUILD.gn ('k') | media/audio/audio_streams_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/audio_streams_tracker.h
diff --git a/media/audio/audio_streams_tracker.h b/media/audio/audio_streams_tracker.h
index 1071fd717f363af9467e5c5732df6276f876bc96..f501a21893378393cda25ddced989ddfccbd475c 100644
--- a/media/audio/audio_streams_tracker.h
+++ b/media/audio/audio_streams_tracker.h
@@ -24,7 +24,7 @@ class MEDIA_EXPORT AudioStreamsTracker {
// Increases/decreases current stream count. Updates max stream count if
// current count is larger.
void IncreaseStreamCount();
- void DecreaseStreamCount(size_t count = 1);
+ void DecreaseStreamCount();
// Resets the max stream count, i.e. sets it to the current stream count.
void ResetMaxStreamCount();
« no previous file with comments | « content/test/BUILD.gn ('k') | media/audio/audio_streams_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698