diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-07 14:16:06 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-07 14:16:06 +0000 |
commit | 0b4b29c36b48de9f03badd9037280f4534970b95 (patch) | |
tree | 0f6419e22556e0acbf852758e5cb0ed6ae86c2ba | |
parent | a612dea7ff2246f43713c0b7c580c1394d23ce0f (diff) | |
download | chromium_src-0b4b29c36b48de9f03badd9037280f4534970b95.zip chromium_src-0b4b29c36b48de9f03badd9037280f4534970b95.tar.gz chromium_src-0b4b29c36b48de9f03badd9037280f4534970b95.tar.bz2 |
Cleanup: Remove unused autofill resources after r267565.
Also mark some resources Mac-only.
Review URL: https://codereview.chromium.org/262053010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268744 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/chromium_strings.grd | 15 | ||||
-rw-r--r-- | chrome/app/generated_resources.grd | 18 | ||||
-rw-r--r-- | chrome/app/google_chrome_strings.grd | 14 |
3 files changed, 16 insertions, 31 deletions
diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd index 6da0696..4707f28 100644 --- a/chrome/app/chromium_strings.grd +++ b/chrome/app/chromium_strings.grd @@ -945,13 +945,14 @@ Signing in anyway will merge Chromium information like bookmarks, history, and o </message> </if> - <message name="IDS_OPTIONS_PASSWORDS_MAC_WARNING" desc="The warning for OS X that passwords are shared across profiles in the keychain."> - On Mac, passwords are saved to your Keychain and may be accessed or synced by other Chromium users sharing this OS X account. - </message> - - <message name="IDS_AUTOFILL_ADDRESS_BOOK_PROMPT_DESCRIPTION" desc="Text to show in dialog requesting permission to access the user's Address Book contents."> - Details from your contacts can help you fill out forms more quickly in Chromium. - </message> + <if expr="is_macosx"> + <message name="IDS_OPTIONS_PASSWORDS_MAC_WARNING" desc="The warning for OS X that passwords are shared across profiles in the keychain."> + On Mac, passwords are saved to your Keychain and may be accessed or synced by other Chromium users sharing this OS X account. + </message> + <message name="IDS_AUTOFILL_ADDRESS_BOOK_PROMPT_DESCRIPTION" desc="Text to show in dialog requesting permission to access the user's Address Book contents."> + Details from your contacts can help you fill out forms more quickly in Chromium. + </message> + </if> <message name="IDS_AUTOFILL_CC_INFOBAR_TEXT" desc="Text to show in the Autofill credit card request infobar."> Do you want Chromium to save this credit card information for completing web forms? </message> diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 3d9f4f0..58fd00a 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -10215,24 +10215,6 @@ Would you like to start <ph name="CONTROL_PANEL_APPLET_NAME">$1<ex>Add/Remove Pr <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CVC" desc="The placeholder/label text for credit card verification code in the requestAutocomplete dialog."> CVC </message> - <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CARDHOLDER_NAME" desc="The placeholder/label text for cardholder full name in the requestAutocomplete dialog."> - Cardholder name - </message> - <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_ADDRESS_LINE_1" desc="The placeholder/label text for address line 1 in the requestAutocomplete dialog."> - Street address - </message> - <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_ADDRESS_LINE_2" desc="The placeholder/label text for address line 2 in the requestAutocomplete dialog."> - Street address (optional) - </message> - <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_POSTAL_CODE" desc="The placeholder/label text for ZIP/postal code in the requestAutocomplete dialog."> - ZIP 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> diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd index 719e4c0..af70f68 100644 --- a/chrome/app/google_chrome_strings.grd +++ b/chrome/app/google_chrome_strings.grd @@ -869,13 +869,15 @@ Signing in anyway will merge Chrome information like bookmarks, history, and oth </message> </if> - <message name="IDS_OPTIONS_PASSWORDS_MAC_WARNING" desc="The warning for OS X that passwords are shared across profiles in the keychain."> - On Mac, passwords are saved to your Keychain and may be accessed or synced by other Chrome users sharing this OS X account. - </message> + <if expr="is_macosx"> + <message name="IDS_OPTIONS_PASSWORDS_MAC_WARNING" desc="The warning for OS X that passwords are shared across profiles in the keychain."> + On Mac, passwords are saved to your Keychain and may be accessed or synced by other Chrome users sharing this OS X account. + </message> + <message name="IDS_AUTOFILL_ADDRESS_BOOK_PROMPT_DESCRIPTION" desc="Text to show in dialog requesting permission to access the user's Address Book contents."> + Details from your contacts can help you fill out forms more quickly in Chrome. + </message> + </if> - <message name="IDS_AUTOFILL_ADDRESS_BOOK_PROMPT_DESCRIPTION" desc="Text to show in dialog requesting permission to access the user's Address Book contents."> - Details from your contacts can help you fill out forms more quickly in Chrome. - </message> <message name="IDS_AUTOFILL_CC_INFOBAR_TEXT" desc="Text to show in the Autofill credit card request infobar."> Do you want Chrome to save this credit card information for completing web forms? </message> |