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

Side by Side Diff: chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc

Issue 2296983002: [HBD] Update MD Site Settings Plugin section to show Flash title (Closed)
Patch Set: Created 4 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/resources/settings/site_settings/site_settings_behavior.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/ui/webui/settings/md_settings_localized_strings_provide r.h" 5 #include "chrome/browser/ui/webui/settings/md_settings_localized_strings_provide r.h"
6 6
7 #include <string> 7 #include <string>
8 8
9 #include "base/command_line.h" 9 #include "base/command_line.h"
10 #include "base/i18n/number_formatting.h" 10 #include "base/i18n/number_formatting.h"
(...skipping 1167 matching lines...) Expand 10 before | Expand all | Expand 10 after
1178 IDS_SETTINGS_SITE_SETTINGS_BACKGROUND_SYNC}, 1178 IDS_SETTINGS_SITE_SETTINGS_BACKGROUND_SYNC},
1179 {"siteSettingsCamera", IDS_SETTINGS_SITE_SETTINGS_CAMERA}, 1179 {"siteSettingsCamera", IDS_SETTINGS_SITE_SETTINGS_CAMERA},
1180 {"siteSettingsCookies", IDS_SETTINGS_SITE_SETTINGS_COOKIES}, 1180 {"siteSettingsCookies", IDS_SETTINGS_SITE_SETTINGS_COOKIES},
1181 {"siteSettingsHandlers", IDS_SETTINGS_SITE_SETTINGS_HANDLERS}, 1181 {"siteSettingsHandlers", IDS_SETTINGS_SITE_SETTINGS_HANDLERS},
1182 {"siteSettingsKeygen", IDS_SETTINGS_SITE_SETTINGS_KEYGEN}, 1182 {"siteSettingsKeygen", IDS_SETTINGS_SITE_SETTINGS_KEYGEN},
1183 {"siteSettingsLocation", IDS_SETTINGS_SITE_SETTINGS_LOCATION}, 1183 {"siteSettingsLocation", IDS_SETTINGS_SITE_SETTINGS_LOCATION},
1184 {"siteSettingsMic", IDS_SETTINGS_SITE_SETTINGS_MIC}, 1184 {"siteSettingsMic", IDS_SETTINGS_SITE_SETTINGS_MIC},
1185 {"siteSettingsNotifications", IDS_SETTINGS_SITE_SETTINGS_NOTIFICATIONS}, 1185 {"siteSettingsNotifications", IDS_SETTINGS_SITE_SETTINGS_NOTIFICATIONS},
1186 {"siteSettingsImages", IDS_SETTINGS_SITE_SETTINGS_IMAGES}, 1186 {"siteSettingsImages", IDS_SETTINGS_SITE_SETTINGS_IMAGES},
1187 {"siteSettingsJavascript", IDS_SETTINGS_SITE_SETTINGS_JAVASCRIPT}, 1187 {"siteSettingsJavascript", IDS_SETTINGS_SITE_SETTINGS_JAVASCRIPT},
1188 {"siteSettingsPlugins", IDS_SETTINGS_SITE_SETTINGS_PLUGINS}, 1188 {"siteSettingsFlash", IDS_SETTINGS_SITE_SETTINGS_FLASH},
1189 {"siteSettingsPopups", IDS_SETTINGS_SITE_SETTINGS_POPUPS}, 1189 {"siteSettingsPopups", IDS_SETTINGS_SITE_SETTINGS_POPUPS},
1190 {"siteSettingsUnsandboxedPlugins", 1190 {"siteSettingsUnsandboxedPlugins",
1191 IDS_SETTINGS_SITE_SETTINGS_UNSANDBOXED_PLUGINS}, 1191 IDS_SETTINGS_SITE_SETTINGS_UNSANDBOXED_PLUGINS},
1192 {"siteSettingsUsbDevices", IDS_SETTINGS_SITE_SETTINGS_USB_DEVICES}, 1192 {"siteSettingsUsbDevices", IDS_SETTINGS_SITE_SETTINGS_USB_DEVICES},
1193 {"siteSettingsFullscreen", IDS_SETTINGS_SITE_SETTINGS_FULLSCREEN}, 1193 {"siteSettingsFullscreen", IDS_SETTINGS_SITE_SETTINGS_FULLSCREEN},
1194 {"siteSettingsMaySaveCookies", 1194 {"siteSettingsMaySaveCookies",
1195 IDS_SETTINGS_SITE_SETTINGS_MAY_SAVE_COOKIES}, 1195 IDS_SETTINGS_SITE_SETTINGS_MAY_SAVE_COOKIES},
1196 {"siteSettingsAskFirst", IDS_SETTINGS_SITE_SETTINGS_ASK_FIRST}, 1196 {"siteSettingsAskFirst", IDS_SETTINGS_SITE_SETTINGS_ASK_FIRST},
1197 {"siteSettingsAskFirstRecommended", 1197 {"siteSettingsAskFirstRecommended",
1198 IDS_SETTINGS_SITE_SETTINGS_ASK_FIRST_RECOMMENDED}, 1198 IDS_SETTINGS_SITE_SETTINGS_ASK_FIRST_RECOMMENDED},
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
1443 #endif 1443 #endif
1444 AddUsersStrings(html_source); 1444 AddUsersStrings(html_source);
1445 AddWebContentStrings(html_source); 1445 AddWebContentStrings(html_source);
1446 1446
1447 policy_indicator::AddLocalizedStrings(html_source); 1447 policy_indicator::AddLocalizedStrings(html_source);
1448 1448
1449 html_source->SetJsonPath(kLocalizedStringsFile); 1449 html_source->SetJsonPath(kLocalizedStringsFile);
1450 } 1450 }
1451 1451
1452 } // namespace settings 1452 } // namespace settings
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/site_settings/site_settings_behavior.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698