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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 15660018: [autofill] Add support for PSL domain matching for password autofill. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated regexp, sanitized result, escaped form domain and added comments. Created 7 years, 6 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 3f44a499db31a5da61005306c3d6339687ac39d7..f1af3beae8051d6aabfc13882af6c06e267f93fc 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -7096,6 +7096,12 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_ENABLE_PASSWORD_GENERATION_DESCRIPTION" desc="Description of flag to enable password generation.">
Allow the user to have Chrome generate passwords when it detects account creation pages.
</message>
+ <message name="IDS_FLAGS_ENABLE_PASSWORD_AUTOFILL_PSL_DOMAIN_MATCHING_NAME" desc="Name of the flag to enable PSL domain matching for autofill of passwords.">
+ Enable PSL domain matching for autofill of passwords.
+ </message>
+ <message name="IDS_FLAGS_ENABLE_PASSWORD_AUTOFILL_PSL_DOMAIN_MATCHING_DESCRIPTION" desc="Description of flag to enable PSL domain matching for autofill of passwords.">
+ Allow the user to select username/password combinations for domains that match the same PSL registry domain.
+ </message>
<message name="IDS_FLAGS_PERFORMANCE_MONITOR_GATHERING_NAME" desc="Name for the flag to enable Performance Monitor.">
Enable performance monitoring
</message>

Powered by Google App Engine
This is Rietveld 408576698