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

Unified Diff: chrome/app/chromeos_strings.grdp

Issue 2094333002: Implementation for chrome.certificateProvider.requestPin/stopPinRequest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Small fix Created 4 years, 5 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/chromeos_strings.grdp
diff --git a/chrome/app/chromeos_strings.grdp b/chrome/app/chromeos_strings.grdp
index 7c3b2564914f4fcc5b0554cf45fb3b9fdfd76955..eddc279d3c4f06f10349fe3b186b10a2f32f8a29 100644
--- a/chrome/app/chromeos_strings.grdp
+++ b/chrome/app/chromeos_strings.grdp
@@ -6728,4 +6728,10 @@ All users must sign out to continue.
<message name="IDS_FLAGS_ENABLE_IME_MENU_DESCRIPTION" desc="Description of the about: flag for enabling opt-in IME menu.">
Enable access to the new IME menu in the Language Settings page.
</message>
+ <message name="IDS_REQUEST_PIN_DIALOG_HEADER" desc="The text displayed in the dialog to request the PIN/PUK by extension.">
+ "$1" is requesting the code
+ </message>
+ <message name="IDS_REQUEST_PIN_DIALOG_PROCESSING" desc="The text displayed while the API is waiting for notification request from extension.">
+ Processing request...
+ </message>
</grit-part>

Powered by Google App Engine
This is Rietveld 408576698