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

Unified Diff: chromecast/media/service/cast_renderer.h

Issue 2786493004: [Chromecast] Fix bug when audio device ID is empty string. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | chromecast/media/service/cast_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/service/cast_renderer.h
diff --git a/chromecast/media/service/cast_renderer.h b/chromecast/media/service/cast_renderer.h
index 4b80ed56bfd0dc9f65d0ef09a7b4928f70faabb4..a366a98126b5f0cbddb6d05a8aebc30c6ace70e0 100644
--- a/chromecast/media/service/cast_renderer.h
+++ b/chromecast/media/service/cast_renderer.h
@@ -67,7 +67,7 @@ class CastRenderer : public ::media::Renderer,
MediaPipelineBackendFactory* const backend_factory_;
scoped_refptr<base::SingleThreadTaskRunner> task_runner_;
- std::string audio_device_id_;
+ const std::string audio_device_id_;
VideoModeSwitcher* video_mode_switcher_;
VideoResolutionPolicy* video_resolution_policy_;
MediaResourceTracker* media_resource_tracker_;
« no previous file with comments | « no previous file | chromecast/media/service/cast_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698