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

Unified Diff: chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc

Issue 2715243009: MD Settings: Add placeholder text when adding/editing a content exception. (Closed)
Patch Set: Nit. Created 3 years, 10 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/settings/site_settings/edit_exception_dialog.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/settings/md_settings_localized_strings_provider.cc
diff --git a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc b/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
index 886fab62d766f3d110ab5225b4d92b4351c5dbf0..5353bb9d020c6f227060f25fdeafc3c44a0cd5e8 100644
--- a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
+++ b/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
@@ -1545,9 +1545,11 @@ void AddSearchEnginesStrings(content::WebUIDataSource* html_source) {
void AddSiteSettingsStrings(content::WebUIDataSource* html_source,
Profile* profile) {
LocalizedString localized_strings[] = {
- {"addSiteTitle", IDS_SETTINGS_ADD_SITE_TITLE},
- {"addSiteLink", IDS_SETTINGS_ADD_SITE_LINK},
{"addSite", IDS_SETTINGS_ADD_SITE},
+ {"addSiteExceptionPlaceholder",
+ IDS_SETTINGS_ADD_SITE_EXCEPTION_PLACEHOLDER},
+ {"addSiteLink", IDS_SETTINGS_ADD_SITE_LINK},
+ {"addSiteTitle", IDS_SETTINGS_ADD_SITE_TITLE},
{"cookieAppCache", IDS_SETTINGS_COOKIES_APPLICATION_CACHE},
{"cookieCacheStorage", IDS_SETTINGS_COOKIES_CACHE_STORAGE},
{"cookieChannelId", IDS_SETTINGS_COOKIES_CHANNEL_ID},
« no previous file with comments | « chrome/browser/resources/settings/site_settings/edit_exception_dialog.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698