| Index: chrome/android/java/strings/android_chrome_strings.grd
|
| diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
|
| index c827efa3bccb075e4acab2019203c02e4ae340a9..f5db6669c0fc609dcb239f797b99b93b7bd520fd 100644
|
| --- a/chrome/android/java/strings/android_chrome_strings.grd
|
| +++ b/chrome/android/java/strings/android_chrome_strings.grd
|
| @@ -2243,6 +2243,15 @@ However, you aren’t invisible. Going incognito doesn’t hide your browsing fr
|
| <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false">
|
| mobile_awsnap
|
| </message>
|
| +
|
| + <!-- Client certificate selection failure strings. -->
|
| + <message name="IDS_CLIENT_CERT_UNSUPPORTED_TITLE" desc="Title of a dialog box for when the operating system does not support client SSL certificate selection">
|
| + Unable to select certificate.
|
| + </message>
|
| + <message name="IDS_CLIENT_CERT_UNSUPPORTED_MESSAGE" desc="The message in a dialog box for when the operating system does not support client SSL certificate selection">
|
| + Client side certificate selection is not supported by the operating system.
|
| + </message>
|
| +
|
| </messages>
|
| </release>
|
| </grit>
|
|
|