| Index: content/public/browser/render_process_host.h
|
| diff --git a/content/public/browser/render_process_host.h b/content/public/browser/render_process_host.h
|
| index 00b4c8c575d88a0475f40089685f983e581d4641..1330045bb1e99842c4f4d5ffd482ee06c6fb72c1 100644
|
| --- a/content/public/browser/render_process_host.h
|
| +++ b/content/public/browser/render_process_host.h
|
| @@ -29,10 +29,6 @@ class SharedPersistentMemoryAllocator;
|
| class TimeDelta;
|
| }
|
|
|
| -namespace media {
|
| -class AudioOutputController;
|
| -}
|
| -
|
| namespace content {
|
| class BrowserContext;
|
| class BrowserMessageFilter;
|
| @@ -298,16 +294,6 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Sender,
|
| // Note: Do not use! Will disappear after PlzNavitate is completed.
|
| virtual const base::TimeTicks& GetInitTimeForNavigationMetrics() const = 0;
|
|
|
| - // Retrieves the list of AudioOutputController objects associated
|
| - // with this object and passes it to the callback you specify, on
|
| - // the same thread on which you called the method.
|
| - typedef std::list<scoped_refptr<media::AudioOutputController>>
|
| - AudioOutputControllerList;
|
| - typedef base::Callback<void(const AudioOutputControllerList&)>
|
| - GetAudioOutputControllersCallback;
|
| - virtual void GetAudioOutputControllers(
|
| - const GetAudioOutputControllersCallback& callback) const = 0;
|
| -
|
| // Returns true if this process currently has backgrounded priority.
|
| virtual bool IsProcessBackgrounded() const = 0;
|
|
|
|
|