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

Unified Diff: content/renderer/media/video_capture_message_filter.cc

Issue 8525018: switch to DVLOG from VLOG, and move struct definition to cc file (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: code review Created 9 years, 1 month 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 | « content/renderer/media/media_stream_dispatcher.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/video_capture_message_filter.cc
===================================================================
--- content/renderer/media/video_capture_message_filter.cc (revision 109546)
+++ content/renderer/media/video_capture_message_filter.cc (working copy)
@@ -37,7 +37,7 @@
}
void VideoCaptureMessageFilter::OnFilterAdded(IPC::Channel* channel) {
- VLOG(1) << "VideoCaptureMessageFilter::OnFilterAdded()";
+ DVLOG(1) << "VideoCaptureMessageFilter::OnFilterAdded()";
// Captures the message loop proxy for IPC.
message_loop_proxy_ = base::MessageLoopProxy::current();
channel_ = channel;
« no previous file with comments | « content/renderer/media/media_stream_dispatcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698