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

Unified Diff: chrome/app/generated_resources.grd

Issue 369703002: Remember user decisions on invalid certificates behind a flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/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 2f6ddb5843e8c133c4b9df6069c9c1e4d7511a8f..95f06579ac2ed6f5114fe60e548a00769affc26c 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -14353,6 +14353,19 @@ Do you accept?
Share
</message>
+ <message name="IDS_REMEMBER_CERTIFICATE_ERROR_DECISION_CHOICE_ONE_DAY">
+ Remember for one day
+ </message>
+ <message name="IDS_REMEMBER_CERTIFICATE_ERROR_DECISION_CHOICE_THREE_DAYS">
+ Remeber for three days
felt 2014/07/07 22:26:38 *Remember
jww 2014/07/08 17:35:41 Done.
+ </message>
+ <message name="IDS_REMEMBER_CERTIFICATE_ERROR_DECISION_CHOICE_ONE_WEEK">
+ Remember for one week
+ </message>
+ <message name="IDS_REMEMBER_CERTIFICATE_ERROR_DECISION_CHOICE_ONE_MONTH">
+ Remember for one month
+ </message>
+
<!-- Zero suggest experiment flags -->
<if expr="is_android">
<message name="IDS_FLAGS_ZERO_SUGGEST_EXPERIMENT_NAME" desc="An about:flags experiment for zero suggest">
@@ -14519,6 +14532,14 @@ Do you accept?
<message name="IDS_PUSH_MESSSAGING_BLOCK_RADIO" desc="A radio button in Content Settings dialog to deny a site to send push messages.">
Do not allow any sites to send push messages
</message>
+
+ <!-- Invalid SSL certificate memory strategy strings -->
+ <message name="IDS_FLAGS_REMEMBER_CERTIFICATE_ERROR_DECISIONS_NAME" desc="Name of the remember certificate error decisions lab">
+ Remember certificate error decisions
+ </message>
+ <message name="IDS_FLAGS_REMEMBER_CERTIFICATE_ERROR_DECISIONS_DESCRIPTION" desc="Description of the remeber certificate error decisions lab">
jww 2014/07/08 17:35:41 Same mistake. Also fixed.
+ Remember across session restart, for the specificed length of time, user decisions to proceed through SSL error interstitials.
felt 2014/07/07 22:26:38 I can't brain-parse that description string
jww 2014/07/08 17:35:41 Hopefully simplified.
+ </message>
</messages>
</release>
</grit>
« 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