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

Unified Diff: media/base/text_track.h

Issue 1904793002: Move Pipeline permanent callbacks into Pipeline::Client interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed permanent callbacks Created 4 years, 8 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: media/base/text_track.h
diff --git a/media/base/text_track.h b/media/base/text_track.h
index 0e04a0eb46dab94db2290c73df6cf4b3f6293492..71b219bff48f1a7ee5c5dc9c013dec2b9dd0a9a3 100644
--- a/media/base/text_track.h
+++ b/media/base/text_track.h
@@ -28,6 +28,7 @@ class TextTrack {
typedef base::Callback<void
(scoped_ptr<TextTrack>)> AddTextTrackDoneCB;
+// TODO(alokp): Remove.
typedef base::Callback<void
(const TextTrackConfig& config,
const AddTextTrackDoneCB& done_cb)> AddTextTrackCB;

Powered by Google App Engine
This is Rietveld 408576698