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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 2670143004: Add flag for AIA fetching and enable on waterfall (Closed)
Patch Set: update histograms.xml Created 3 years, 10 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 45214b7590c26a8f55f1d72b80d75be8c7a40444..5c8dfd5691f6055a5cc7b7efd33c949f74e80081 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -15621,6 +15621,15 @@ read aloud to screenreader users to announce that a completion is available.">
Enable postscript generation in place of emf generation when printing to postscript capable printers.
</message>
</if>
+
+ <if expr="is_android">
+ <message name="IDS_FLAGS_AIA_FETCHING_NAME" desc="Name of the flag that enables intermediate certificate fetching.">
+ Intermediate Certificate Fetching
+ </message>
+ <message name="IDS_FLAGS_AIA_FETCHING_DESCRIPTION" desc="Description of the flag that enables intermediate certificate fetching.">
+ Enable intermediate certificate fetching when a server does not provide sufficient certificates to build a chain to a trusted root.
+ </message>
+ </if>
</messages>
</release>
</grit>
« 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