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

Unified Diff: chrome/app/google_chrome_strings.grd

Issue 34393007: [Win] Add option to reauthenticate the OS user before revealing passwords. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@password
Patch Set: enable reauthentication flag on Windows Created 7 years, 2 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/google_chrome_strings.grd
diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd
index 2cf23681ad03b52f71d2264d09b32197caccbf08..7b99f752e77d9009dbfa50e1abed24e7890fdeee 100644
--- a/chrome/app/google_chrome_strings.grd
+++ b/chrome/app/google_chrome_strings.grd
@@ -420,7 +420,7 @@ Google Chrome is unable to recover your settings.
Do you want Google Chrome to save your password for this site?
</message>
</if>
- <if expr="is_macosx">
+ <if expr="is_macosx or is_win">
<message name="IDS_PASSWORDS_PAGE_AUTHENTICATION_PROMPT" desc="Text for the dialog box that prompts the user for their OS account password before revealing plaintext passwords on the password page.">
Google Chrome is trying to show passwords.
</message>

Powered by Google App Engine
This is Rietveld 408576698