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

Unified Diff: chrome/app/generated_resources.grd

Issue 813873005: Add field trial and flag to mark HTTP as non-secure. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/about_flags.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index cc2b7c0cb42547743c4abb3869dceca0f0ce4edd..9410855e14ba0c1b6c056e65c6d93f6c3bf330d2 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5686,6 +5686,21 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_NACL_DEBUG_MASK_CHOICE_INCLUDE_DEBUG">
Debug only if manifest URL ends with debug.nmf.
</message>
+ <message name="IDS_MARK_HTTP_AS_NON_SECURE_NAME" desc="Name of the 'Mark HTTP As Non-Secure' lab.">
+ Mark HTTP as non-secure
+ </message>
+ <message name="IDS_MARK_HTTP_AS_NON_SECURE_DESCRIPTION" desc="Description of the 'Mark HTTP As Non-Secure' lab.">
+ Mark HTTP as non-secure, or as "dubious".
+ </message>
+ <message name="IDS_MARK_HTTP_AS_NON_SECURE_CHOICE_NO">
+ Do not mark HTTP as non-secure or as dubious.
+ </message>
+ <message name="IDS_MARK_HTTP_AS_NON_SECURE_CHOICE_NON_SECURE">
+ Mark HTTP as non-secure.
+ </message>
+ <message name="IDS_MARK_HTTP_AS_NON_SECURE_CHOICE_DUBIOUS">
+ Mark HTTP as dubious.
+ </message>
<message name="IDS_FLAGS_SAVE_PAGE_AS_MHTML_NAME" desc="Name of the 'Save Page as MHTML' lab.">
Save Page as MHTML
</message>
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/about_flags.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698