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

Unified Diff: content/renderer/render_thread_impl.h

Issue 2197903003: Remove dead RenderThreadImpl::GetAudioHardwareConfig. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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: content/renderer/render_thread_impl.h
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
index bb0553c620455017b2a7aa54c4080c15dea061a7..bae005437a4b5e5f09846ac24747433a424f3614 100644
--- a/content/renderer/render_thread_impl.h
+++ b/content/renderer/render_thread_impl.h
@@ -76,7 +76,6 @@ class MessageFilter;
}
namespace media {
-class AudioHardwareConfig;
class GpuVideoAcceleratorFactories;
}
@@ -373,11 +372,6 @@ class CONTENT_EXPORT RenderThreadImpl
// first call.
AudioRendererMixerManager* GetAudioRendererMixerManager();
- // AudioHardwareConfig contains audio hardware configuration for
- // renderer side clients. Creation requires a synchronous IPC call so it is
- // lazily created on the first call.
- media::AudioHardwareConfig* GetAudioHardwareConfig();
-
#if defined(OS_WIN)
void PreCacheFontCharacters(const LOGFONT& log_font,
const base::string16& str);
« 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