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

Side by Side Diff: components/components_google_chrome_strings.grd

Issue 2727353002: Ensure GetSecurityStyle sets correct explanations for HTTP_SHOW_WARNING (Closed)
Patch Set: Address estark feedback Created 3 years, 9 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
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 2
3 <grit latest_public_release="0" current_release="1" 3 <grit latest_public_release="0" current_release="1"
4 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> 4 output_all_resource_defines="false" source_lang_id="en" enc_check="möl">
5 <outputs> 5 <outputs>
6 <output filename="grit/components_google_chrome_strings.h" type="rc_header"> 6 <output filename="grit/components_google_chrome_strings.h" type="rc_header">
7 <emit emit_type='prepend'></emit> 7 <emit emit_type='prepend'></emit>
8 </output> 8 </output>
9 <output filename="components_google_chrome_strings_am.pak" type="data_packag e" lang="am" /> 9 <output filename="components_google_chrome_strings_am.pak" type="data_packag e" lang="am" />
10 <output filename="components_google_chrome_strings_ar.pak" type="data_packag e" lang="ar" /> 10 <output filename="components_google_chrome_strings_ar.pak" type="data_packag e" lang="ar" />
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 <!-- Page Info bubble --> 211 <!-- Page Info bubble -->
212 <message name="IDS_PAGE_INFO_INTERNAL_PAGE" desc="Message to display in th e page info bubble when the page you are on is a chrome:// page or about:somethi ng."> 212 <message name="IDS_PAGE_INFO_INTERNAL_PAGE" desc="Message to display in th e page info bubble when the page you are on is a chrome:// page or about:somethi ng.">
213 You're viewing a secure Google Chrome page 213 You're viewing a secure Google Chrome page
214 </message> 214 </message>
215 215
216 <message name="IDS_SESSION_CRASHED_VIEW_MESSAGE" desc="Message shown when the last session didn't exit cleanly."> 216 <message name="IDS_SESSION_CRASHED_VIEW_MESSAGE" desc="Message shown when the last session didn't exit cleanly.">
217 Chrome didn't shut down correctly. 217 Chrome didn't shut down correctly.
218 </message> 218 </message>
219 219
220 <!-- Strings describing Chrome security policy for DevTools security panel --> 220 <!-- Strings describing Chrome security policy for DevTools security panel -->
221 <message name="IDS_PRIVATE_USER_DATA_INPUT_FUTURE_DESCRIPTION" desc="Descr iption of a security problem where the site collects private user data on an ins ecure page, which will result in an omnibox warning in future versions of Chrome ." translateable="false">
222 This page includes a password or credit card input over HTTP. A warning will appear in the URL bar starting in Chrome 56 (Jan 2017).
223 </message>
224 <message name="IDS_PRIVATE_USER_DATA_INPUT_DESCRIPTION" desc="Description of a security problem where the site collects private user data on an insecure p age, which results in an omnibox warning." translateable="false"> 221 <message name="IDS_PRIVATE_USER_DATA_INPUT_DESCRIPTION" desc="Description of a security problem where the site collects private user data on an insecure p age, which results in an omnibox warning." translateable="false">
225 This page includes a password or credit card input over HTTP. A warning has been added to the URL bar. 222 This page includes a password or credit card input over HTTP. A warning has been added to the URL bar.
226 </message> 223 </message>
227 </messages> 224 </messages>
228 </release> 225 </release>
229 </grit> 226 </grit>
OLDNEW
« no previous file with comments | « components/components_chromium_strings.grd ('k') | components/security_state/content/content_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698