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

Unified Diff: chromecast/media/cma/backend/media_pipeline_backend_factory.h

Issue 2712883006: [Chromecast] Add new volume control API to CastMediaShlib (Closed)
Patch Set: rebase Created 3 years, 9 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
Index: chromecast/media/cma/backend/media_pipeline_backend_factory.h
diff --git a/chromecast/media/cma/backend/media_pipeline_backend_factory.h b/chromecast/media/cma/backend/media_pipeline_backend_factory.h
index dbbb60a1668a3e2d18ea6bc905d323ff87d7da9f..087d20e4b25b8d5c11ee69f0d62d5bfcc4ad9483 100644
--- a/chromecast/media/cma/backend/media_pipeline_backend_factory.h
+++ b/chromecast/media/cma/backend/media_pipeline_backend_factory.h
@@ -27,8 +27,7 @@ class MediaPipelineBackendFactory {
virtual ~MediaPipelineBackendFactory();
virtual std::unique_ptr<MediaPipelineBackend> CreateBackend(
- const MediaPipelineDeviceParams& params,
- const std::string& audio_device_id);
+ const MediaPipelineDeviceParams& params);
protected:
MediaPipelineBackendManager* media_pipeline_backend_manager() {

Powered by Google App Engine
This is Rietveld 408576698