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

Unified Diff: chromecast/media/cma/pipeline/media_pipeline_client.h

Issue 2340423002: [chromecast] Deletes dead code to track MediaPipelineBackend. (Closed)
Patch Set: Created 4 years, 3 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/cma/pipeline/media_pipeline_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/cma/pipeline/media_pipeline_client.h
diff --git a/chromecast/media/cma/pipeline/media_pipeline_client.h b/chromecast/media/cma/pipeline/media_pipeline_client.h
index 66a949dfec0f06902a473d8b1651886b47721e5c..1d980be28b91b4d77cd0f02dc5efb61b4702d996 100644
--- a/chromecast/media/cma/pipeline/media_pipeline_client.h
+++ b/chromecast/media/cma/pipeline/media_pipeline_client.h
@@ -30,11 +30,6 @@ struct MediaPipelineClient {
// Callback used to report the buffering status.
::media::BufferingStateCB buffering_state_cb;
-
- // Callback used to report the creation and destruction of
- // MediaPipelineBackend
- base::Closure pipeline_backend_created_cb;
- base::Closure pipeline_backend_destroyed_cb;
};
} // namespace media
« no previous file with comments | « no previous file | chromecast/media/cma/pipeline/media_pipeline_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698