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

Unified Diff: media/blink/webaudiosourceprovider_impl.h

Issue 1186943003: Revert of Add support for the audio-output-device switching IPC mechanism to the renderer lower... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/base/mock_audio_renderer_sink.h ('k') | media/blink/webaudiosourceprovider_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/webaudiosourceprovider_impl.h
diff --git a/media/blink/webaudiosourceprovider_impl.h b/media/blink/webaudiosourceprovider_impl.h
index 1fdb9de8b134432cd47c50d8fb52c4307ccc8c15..77204b2215ca6916b7b3784b53d3364150ba6aa4 100644
--- a/media/blink/webaudiosourceprovider_impl.h
+++ b/media/blink/webaudiosourceprovider_impl.h
@@ -4,8 +4,6 @@
#ifndef MEDIA_BLINK_WEBAUDIOSOURCEPROVIDER_IMPL_H_
#define MEDIA_BLINK_WEBAUDIOSOURCEPROVIDER_IMPL_H_
-
-#include <string>
#include "base/callback.h"
#include "base/memory/weak_ptr.h"
@@ -48,9 +46,6 @@
void Play() override;
void Pause() override;
bool SetVolume(double volume) override;
- void SwitchOutputDevice(const std::string& device_id,
- const GURL& security_origin,
- const SwitchOutputDeviceCB& callback) override;
void Initialize(const AudioParameters& params,
RenderCallback* renderer) override;
« no previous file with comments | « media/base/mock_audio_renderer_sink.h ('k') | media/blink/webaudiosourceprovider_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698