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

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: Gotta have a default option. Created 5 years, 11 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:
Download patch
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »
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 4b2cc75490b13a78ebb7d0505108d09b4192047c..bea54224e498d5e643e386e58ea4da8da5f72293 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5674,6 +5674,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_NON_SECURE_AS_NAME" desc="Name of the 'Mark Non-Secure Origins As' lab.">
+ Mark non-secure origins as non-secure
+ </message>
+ <message name="IDS_MARK_NON_SECURE_AS_DESCRIPTION" desc="Description of the 'Mark Non-Secure Origins As' lab.">
+ Mark non-secure origins as non-secure, or as "dubious".
+ </message>
+ <message name="IDS_MARK_NON_SECURE_AS_NEUTRAL">
+ Mark non-secure origins as neutral.
+ </message>
+ <message name="IDS_MARK_NON_SECURE_AS_NON_SECURE">
+ Mark non-secure origins as non-secure.
+ </message>
+ <message name="IDS_MARK_NON_SECURE_AS_DUBIOUS">
+ Mark non-secure origins 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698