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

Unified Diff: chrome/browser/ui/webui/md_feedback/md_feedback_ui.cc

Issue 2163753003: [Md Feedback] Add the rest of existing strings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Gate privacy note for official branded browsers. Created 4 years, 5 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/md_feedback/feedback_container.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/md_feedback/md_feedback_ui.cc
diff --git a/chrome/browser/ui/webui/md_feedback/md_feedback_ui.cc b/chrome/browser/ui/webui/md_feedback/md_feedback_ui.cc
index f740732c7ad1b1a1e8553cf1c7451f19e59edae2..67a56bea726fd6162eaf8cdd12a86bbf1ac57bb8 100644
--- a/chrome/browser/ui/webui/md_feedback/md_feedback_ui.cc
+++ b/chrome/browser/ui/webui/md_feedback/md_feedback_ui.cc
@@ -79,6 +79,10 @@ content::WebUIDataSource* CreateMdFeedbackUIHTMLSource(Profile* profile) {
// General strings.
html_source->AddLocalizedString("headingText",
IDS_MD_FEEDBACK_HEADING);
+#if defined(GOOGLE_CHROME_BUILD)
+ html_source->AddLocalizedString("privacyNote",
+ IDS_MD_FEEDBACK_PRIVACY_NOTE);
+#endif
// Input labels.
html_source->AddLocalizedString("emailLabel",
@@ -94,6 +98,12 @@ content::WebUIDataSource* CreateMdFeedbackUIHTMLSource(Profile* profile) {
html_source->AddLocalizedString("sendReportButton",
IDS_MD_FEEDBACK_SEND_REPORT_BUTTON);
+ // Checkbox labels.
+ html_source->AddLocalizedString("includeScreenshotLabel",
+ IDS_MD_FEEDBACK_SCREENSHOT_LABEL);
+ html_source->AddLocalizedString("sendSystemInfoLabel",
+ IDS_MD_FEEDBACK_SEND_SYSTEM_INFO_LABEL);
+
// Polymer resources.
html_source->AddResourcePath("feedback_container.html",
IDR_MD_FEEDBACK_FEEDBACK_CONTAINER_HTML);
« no previous file with comments | « chrome/browser/resources/md_feedback/feedback_container.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698