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

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: s/counter/action/ 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') | 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 7b39e05f35d901ae02541abf1b0b2370e2046ae4..aaea364ea485c6336b5fbb93f457eb8ab7f6a2c8 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">
+ Mark HTTP as neutral.
+ </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