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

Unified Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 1327103003: Handle ActivityNotFoundException when selecting client cert (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated string descriptions Created 5 years, 3 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/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>

Powered by Google App Engine
This is Rietveld 408576698