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

Unified Diff: media/base/media_url_demuxer.cc

Issue 2518403004: media: Use __func__ instead of __FUNCTION__ (Closed)
Patch Set: rebase Created 4 years 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/fake_audio_renderer_sink.cc ('k') | media/base/pipeline_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_url_demuxer.cc
diff --git a/media/base/media_url_demuxer.cc b/media/base/media_url_demuxer.cc
index 4c4812550c6da11e48da05c57c5a16a5c867dc58..755e91023be2fbc209e69ee71a1f4d9fc7ebb0fd 100644
--- a/media/base/media_url_demuxer.cc
+++ b/media/base/media_url_demuxer.cc
@@ -38,7 +38,7 @@ std::string MediaUrlDemuxer::GetDisplayName() const {
void MediaUrlDemuxer::Initialize(DemuxerHost* host,
const PipelineStatusCB& status_cb,
bool enable_text_tracks) {
- DVLOG(1) << __FUNCTION__;
+ DVLOG(1) << __func__;
task_runner_->PostTask(FROM_HERE, base::Bind(status_cb, PIPELINE_OK));
}
« no previous file with comments | « media/base/fake_audio_renderer_sink.cc ('k') | media/base/pipeline_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698