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

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

Issue 2309683002: [MD Feedback] Add initial styling to feedback dialog. (Closed)
Patch Set: Updated strings. Created 4 years, 2 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.html ('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 8e6724ffa823b2f347d0e219df3d0bf3f8a9eea9..9a98ec82f7b14b0e2dd15e99cda5bac88ce23c3f 100644
--- a/chrome/browser/ui/webui/md_feedback/md_feedback_ui.cc
+++ b/chrome/browser/ui/webui/md_feedback/md_feedback_ui.cc
@@ -28,7 +28,8 @@ content::WebUIDataSource* CreateMdFeedbackUIHTMLSource(Profile* profile) {
html_source->AddLocalizedString("privacyNote",
IDS_MD_FEEDBACK_PRIVACY_NOTE);
#endif
-
+ html_source->AddLocalizedString("additionalInfoLabel",
+ IDS_MD_FEEDBACK_ADDITIONAL_INFO_LABEL);
// Input labels.
html_source->AddLocalizedString("emailLabel",
IDS_MD_FEEDBACK_USER_EMAIL_LABEL);
« no previous file with comments | « chrome/browser/resources/md_feedback/feedback_container.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698