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

Unified Diff: chrome/browser/ui/webui/media/webrtc_logs_ui.cc

Issue 1342043002: Remove useless string IDS_WEBRTC_LOGS_LOG_LOCAL_FILE_FORMAT. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « chrome/browser/resources/media/webrtc_logs.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « chrome/browser/resources/media/webrtc_logs.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698