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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 28713002: [Mac] Add option to reauthenticate the OS user before revealing passwords. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add timeout. 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 7aa78be013b88eba0519deed1f4fd1fd8f66a576..fdae2e8837047738ebee25dfd2426c8491f2ed56 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -6547,6 +6547,12 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_PASSWORD_AUTOFILL_PUBLIC_SUFFIX_DOMAIN_MATCHING_DESCRIPTION" desc="Description of flag to enable or disable public suffix domain matching for autofill of passwords.">
Enable or disable a feature which allows the user to select username/password combinations for domains that match the same public suffix registry domain.
</message>
+ <message name="IDS_FLAGS_PASSWORD_MANAGER_REAUTHENTICATION_NAME" desc="Name of the flag for the password manager reauthentication option.">
+ Password Manager Reauthentication
+ </message>
+ <message name="IDS_FLAGS_PASSWORD_MANAGER_REAUTHENTICATION_DESCRIPTION" desc="Description of the flag for the password manager reauthentication option.">
+ Prompt the user for their OS password before revealing passwords on the passwords page.
+ </message>
<message name="IDS_FLAGS_ENABLE_PEOPLE_SEARCH_NAME" desc="Name of the flag to enable people search.">
Enable people search.
</message>
@@ -7527,6 +7533,11 @@ The following plug-in is unresponsive: <ph name="PLUGIN_NAME">$1
<message name="IDS_PASSWORDS_PAGE_VIEW_NO_EXCEPTIONS_DESCRIPTION" desc="Text for passwords page view when there are no password exceptions to show.">
Sites which never save passwords will appear here.
</message>
+ <if expr="is_macosx">
+ <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.">
+ <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> is trying to show passwords.
Nico 2013/10/18 14:47:57 Please read "[chromium-dev] PRODUCT_NAME placehold
Patrick Dubroy 2013/10/18 15:24:01 Ok, I will fix this up.
Patrick Dubroy 2013/10/21 12:53:32 Done.
+ </message>
+ </if>
<!-- Confirm MessageBox Dialog -->
<message name="IDS_CONFIRM_MESSAGEBOX_YES_BUTTON_LABEL" desc="Confirm MessageBox Dialog's 'Yes' button text">

Powered by Google App Engine
This is Rietveld 408576698