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

Unified Diff: chrome/browser/media/webrtc/desktop_capture_access_handler.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
Index: chrome/browser/media/webrtc/desktop_capture_access_handler.cc
diff --git a/chrome/browser/media/webrtc/desktop_capture_access_handler.cc b/chrome/browser/media/webrtc/desktop_capture_access_handler.cc
index 24abef40ec0f5cbe634495b5e7ca6376a5740340..86f8318759c42c75d3a9dd0bbe03fb0934697e16 100644
--- a/chrome/browser/media/webrtc/desktop_capture_access_handler.cc
+++ b/chrome/browser/media/webrtc/desktop_capture_access_handler.cc
@@ -156,7 +156,7 @@ std::unique_ptr<content::MediaStreamUI> GetDevicesForDesktopCapture(
DCHECK_CURRENTLY_ON(BrowserThread::UI);
std::unique_ptr<content::MediaStreamUI> ui;
- DVLOG(2) << __FUNCTION__ << ": media_id " << media_id.ToString()
+ DVLOG(2) << __func__ << ": media_id " << media_id.ToString()
<< ", capture_audio " << capture_audio << ", disable_local_echo "
<< disable_local_echo << ", display_notification "
<< display_notification << ", application_title "
« no previous file with comments | « chrome/browser/media/router/presentation_service_delegate_impl.cc ('k') | content/browser/media/url_provision_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698