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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 63053003: Ask libaddressinput for address components to use in requestAutocomplete(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 1 month 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 c9c7a73654c4b4607e100452327685d05ac87123..6b0ecc9d98480da2970498ba470c8b2224486fa5 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -10386,6 +10386,9 @@ Would you like to start <ph name="CONTROL_PANEL_APPLET_NAME">$1<ex>Add/Remove Pr
<message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_ADDRESSEE_NAME" desc="The placeholder/label text for addressee full name in the requestAutocomplete dialog.">
Name
</message>
+ <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_ORGANIZATION" desc="The placeholder/label text for organization/company in the requestAutocomplete dialog.">
please use gerrit instead 2013/11/22 00:51:23 I assume that we will figure out how to integrate
Evan Stade 2013/11/25 19:52:06 This is the goal. Dan, if you want to leave it as
Dan Beam 2013/11/28 02:52:45 modified TODO()
+ Organization
+ </message>
<message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_ADDRESS_LINE_1" desc="The placeholder/label text for address line 1 in the requestAutocomplete dialog.">
Street address
</message>
@@ -10395,9 +10398,15 @@ Would you like to start <ph name="CONTROL_PANEL_APPLET_NAME">$1<ex>Add/Remove Pr
<message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_LOCALITY" desc="The placeholder/label text for locality (city) in the requestAutocomplete dialog.">
City
</message>
+ <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_DEPENDENT_LOCALITY" desc="The placeholder/label text for dependent locality (a city within a city, e.g. Manhattan in New York City or Hollywood in Los Angeles) in the requestAutocomplete dialog.">
+ Dependent locality
+ </message>
<message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_POSTAL_CODE" desc="The placeholder/label text for ZIP/postal code in the requestAutocomplete dialog.">
ZIP code
</message>
+ <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_SORTING_CODE" desc="The placeholder/label text for the sorting code in the requestAutocomplete dialog.">
+ Sorting code
+ </message>
<message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_PHONE_NUMBER" desc="The placeholder/label text for phone number in the requestAutocomplete dialog.">
Phone number
</message>
« no previous file with comments | « no previous file | chrome/browser/ui/autofill/DEPS » ('j') | chrome/browser/ui/autofill/autofill_dialog_common.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698