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

Unified Diff: media/audio/audio_manager.h

Issue 10826174: Dead code elimination: scythe.chrome_functions:segment.path %media% edition, round 2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 4 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 | « media/audio/android/audio_manager_android.cc ('k') | media/audio/audio_output_proxy_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/audio_manager.h
diff --git a/media/audio/audio_manager.h b/media/audio/audio_manager.h
index 704d48f8b2f0c7e21c4e1f111a129596cfd7332c..a34027ff88aef556d010beb0d11db8115ae7a323 100644
--- a/media/audio/audio_manager.h
+++ b/media/audio/audio_manager.h
@@ -106,11 +106,6 @@ class MEDIA_EXPORT AudioManager {
virtual AudioInputStream* MakeAudioInputStream(
const AudioParameters& params, const std::string& device_id) = 0;
- // Muting continues playback but effectively the volume is set to zero.
- // Un-muting returns the volume to the previous level.
- virtual void MuteAll() = 0;
- virtual void UnMuteAll() = 0;
-
// Used to determine if something else is currently making use of audio input.
virtual bool IsRecordingInProcess() = 0;
« no previous file with comments | « media/audio/android/audio_manager_android.cc ('k') | media/audio/audio_output_proxy_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698