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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
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: Only badge if SECURITY_STYLE_UNAUTHENTICATED && unauthenticated network transport. (E.g. not chrome… Created 5 years, 12 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') | chrome/browser/ui/toolbar/toolbar_model_impl.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 27f9b891852cf6cf1b99aebec87cba6d5121a460..83e0cb9f7a9f862605db871312135e170d81da66 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5680,6 +5680,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.
felt 2014/12/23 01:34:58 This one breaks the pattern of the others. "Mark H
palmer 2015/01/07 00:59:00 Done.
+ </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/ui/toolbar/toolbar_model_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698