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

Unified Diff: content/child/blink_platform_impl.cc

Issue 295933003: Add a message for the SelectMenuListText identifier (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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 | webkit/glue/webkit_strings.grd » ('j') | webkit/glue/webkit_strings.grd » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/blink_platform_impl.cc
diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc
index 05eecc926dc4f95d5174ae85f49cac38e02191a5..ca09c86dd7069c8bae01dd9dee4a57442fcdcc46 100644
--- a/content/child/blink_platform_impl.cc
+++ b/content/child/blink_platform_impl.cc
@@ -315,6 +315,8 @@ static int ToMessageID(WebLocalizedString::Name name) {
return IDS_RECENT_SEARCHES_NONE;
case WebLocalizedString::SearchMenuRecentSearchesText:
return IDS_RECENT_SEARCHES;
+ case WebLocalizedString::SelectMenuListText:
+ return IDS_FORM_SELECT_MENU_LIST_TEXT;
case WebLocalizedString::SubmitButtonDefaultLabel:
return IDS_FORM_SUBMIT_LABEL;
case WebLocalizedString::ThisMonthButtonLabel:
« no previous file with comments | « no previous file | webkit/glue/webkit_strings.grd » ('j') | webkit/glue/webkit_strings.grd » ('J')

Powered by Google App Engine
This is Rietveld 408576698