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

Unified Diff: components/autofill_strings.grdp

Issue 286243002: Mac: Autofill should not immediately request access to address book. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More cleanup. Created 6 years, 7 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: components/autofill_strings.grdp
diff --git a/components/autofill_strings.grdp b/components/autofill_strings.grdp
index f8e53324fcc7e0f5438192d1c97ddfd6c11a790f..9e1db3f2910ad0bb06fa7fc1ca3929428c8d4de9 100644
--- a/components/autofill_strings.grdp
+++ b/components/autofill_strings.grdp
@@ -110,4 +110,11 @@
This type of card is not supported by Google Wallet for this merchant. Please select a different card.
</message>
+ <!-- Autofill on OSX -->
+ <if expr="is_macosx">
+ <message name="IDS_AUTOFILL_ACCESS_MAC_CONTACTS" desc="When the user selects this Autofill entry, the browser prompts the user for access to the user's OSX contacts.">
+ Enable Autofill using Contacts…
Ilya Sherman 2014/05/16 22:54:03 I think this string should be updated. Please che
erikchen 2014/05/19 20:58:32 Alex has indicated that he has intended this strin
+ </message>
+ </if>
+
</grit-part>

Powered by Google App Engine
This is Rietveld 408576698