Index: trunk/src/content/browser/renderer_host/media/web_contents_video_capture_device.cc |
=================================================================== |
--- trunk/src/content/browser/renderer_host/media/web_contents_video_capture_device.cc (revision 193357) |
+++ trunk/src/content/browser/renderer_host/media/web_contents_video_capture_device.cc (working copy) |
@@ -529,9 +529,8 @@ |
bool success) { |
base::AutoLock guard(lock_); |
- TRACE_EVENT_ASYNC_END2("mirroring", "Capture", frame.get(), |
- "success", success, |
- "timestamp", timestamp.ToInternalValue()); |
+ TRACE_EVENT_ASYNC_END1("mirroring", "Capture", frame.get(), |
+ "success", success); |
if (!consumer_ || !is_started_) |
return; // Capture is stopped. |