| Index: chrome/browser/ui/webui/media/webrtc_logs_ui.cc
|
| diff --git a/chrome/browser/ui/webui/media/webrtc_logs_ui.cc b/chrome/browser/ui/webui/media/webrtc_logs_ui.cc
|
| index 9207f76b2d895c382f838cb3b4021db6806eaaeb..37ab6fe51bbe42a3d425011c20c71c08df84d05d 100644
|
| --- a/chrome/browser/ui/webui/media/webrtc_logs_ui.cc
|
| +++ b/chrome/browser/ui/webui/media/webrtc_logs_ui.cc
|
| @@ -47,8 +47,6 @@ content::WebUIDataSource* CreateWebRtcLogsUIHTMLSource() {
|
| IDS_WEBRTC_LOGS_LOG_HEADER_FORMAT);
|
| source->AddLocalizedString("webrtcLogLocalFileLabelFormat",
|
| IDS_WEBRTC_LOGS_LOG_LOCAL_FILE_LABEL_FORMAT);
|
| - source->AddLocalizedString("webrtcLogLocalFileFormat",
|
| - IDS_WEBRTC_LOGS_LOG_LOCAL_FILE_FORMAT);
|
| source->AddLocalizedString("noLocalLogFileMessage",
|
| IDS_WEBRTC_LOGS_NO_LOCAL_LOG_FILE_MESSAGE);
|
| source->AddLocalizedString("webrtcLogUploadTimeFormat",
|
|
|