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

Unified Diff: chrome/app/generated_resources.grd

Issue 302653006: Remove use of ResourceRequestInfo::GetRequestID from cert enrollment. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Android build. Created 6 years, 7 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:
View side-by-side diff with in-line comments
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 81251666f6083ef82222a21d851a4482a08e38fe..1f968b2489de8c39aecd74e2074a7b0ad631ee2d 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -3389,12 +3389,7 @@ Even if you have downloaded files from this website before, the website might ha
</message>
</if>
- <!-- Add Client Certificate Dialog -->
- <if expr="is_macosx">
- <message name="IDS_ADD_CERT_DIALOG_ADD" desc="Title of the button that adds the certificate in the Add Client Certificate dialog">
- Add Certificate
- </message>
- </if>
+ <!-- Client certificate enrollment failure infobar -->
<message name="IDS_ADD_CERT_ERR_INVALID_CERT" desc="Error message when the server returns an invalid client certificate after key generation">
The server returned an invalid client certificate. Error <ph name="ERROR_number">$1<ex>207</ex></ph> (<ph name="ERROR_NAME">$2<ex>net::ERR_CERT_INVALID</ex></ph>).
</message>
@@ -3402,7 +3397,7 @@ Even if you have downloaded files from this website before, the website might ha
There was an error while trying to store the client certificate. Error <ph name="ERROR_number">$1<ex>207</ex></ph> (<ph name="ERROR_NAME">$2<ex>net::ERR_CERT_INVALID</ex></ph>).
</message>
- <!-- Certificate success infobar -->
+ <!-- Client certificate enrollment infobar -->
<message name="IDS_ADD_CERT_SUCCESS_INFOBAR_LABEL" desc="Label displayed in an infobar when the browser successfully imports a certificate">
Successfully stored client certificate issued by <ph name="ISSUER">$1<ex>VeriSign</ex></ph>.
</message>

Powered by Google App Engine
This is Rietveld 408576698