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

Unified Diff: media/blink/webmediaplayer_util.cc

Issue 2061393002: media: Fix a typo in PipelineError rappor reporting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/webmediaplayer_util.cc
diff --git a/media/blink/webmediaplayer_util.cc b/media/blink/webmediaplayer_util.cc
index 297ff6827f975a310d22c6943822841d9a632e86..77c1c47c813e41311c87943e63a882d0b176dd48 100644
--- a/media/blink/webmediaplayer_util.cc
+++ b/media/blink/webmediaplayer_util.cc
@@ -149,7 +149,7 @@ void ReportPipelineError(blink::WebMediaPlayer::LoadType load_type,
return;
GetMediaClient()->RecordRapporURL(
- "Media.OriginUrl." + LoadTypeToString(load_type) + "PipelineError",
+ "Media.OriginUrl." + LoadTypeToString(load_type) + ".PipelineError",
blink::WebStringToGURL(security_origin.toString()));
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698