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

Unified Diff: content/browser/media/webrtc_getusermedia_browsertest.cc

Issue 1057033002: Rename the trace filter name to be aligned with the class/method name. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename the TRACE filter name Created 5 years, 9 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
« no previous file with comments | « no previous file | content/browser/renderer_host/media/video_capture_device_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/media/webrtc_getusermedia_browsertest.cc
diff --git a/content/browser/media/webrtc_getusermedia_browsertest.cc b/content/browser/media/webrtc_getusermedia_browsertest.cc
index 8c3eb9c16c64d091fa5eed90c54f2a54bfdb4ea0..185b56211745d965d3b15ebd3dd349b2b85276a0 100644
--- a/content/browser/media/webrtc_getusermedia_browsertest.cc
+++ b/content/browser/media/webrtc_getusermedia_browsertest.cc
@@ -595,8 +595,8 @@ IN_PROC_BROWSER_TEST_F(
TraceVideoCaptureControllerPerformanceDuringGetUserMedia) {
RunGetUserMediaAndCollectMeasures(
10,
- "VideoCaptureController::OnIncomingCapturedData",
- "VideoCaptureController");
+ "VideoCaptureDeviceClient::OnIncomingCapturedData",
+ "VideoCaptureDeviceClient");
}
// Test fails under MSan, http://crbug.com/445745
« no previous file with comments | « no previous file | content/browser/renderer_host/media/video_capture_device_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698