| Index: chrome/browser/ui/webui/options/autofill_options_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/autofill_options_handler.h b/chrome/browser/ui/webui/options/autofill_options_handler.h
|
| index 1e8fe07a22606054ac966091b57b56955f5ffa27..4af29b81bace85cb422f5c1684588e9e72cd3f25 100644
|
| --- a/chrome/browser/ui/webui/options/autofill_options_handler.h
|
| +++ b/chrome/browser/ui/webui/options/autofill_options_handler.h
|
| @@ -72,12 +72,11 @@ class AutofillOptionsHandler : public OptionsPageUIHandler,
|
| // credit card data.
|
| void SetCreditCard(const base::ListValue* args);
|
|
|
| - // Validates a list of phone/fax numbers. The resulting validated list of
|
| + // Validates a list of phone numbers. The resulting validated list of
|
| // numbers is then sent back to the WebUI.
|
| // |args| - an array containing the index of the modified or added number, the
|
| // array of numbers, and the country code string set on the profile.
|
| void ValidatePhoneNumbers(const base::ListValue* args);
|
| - void ValidateFaxNumbers(const base::ListValue* args);
|
|
|
| // The personal data manager, used to load Autofill profiles and credit cards.
|
| // Unowned pointer, may not be NULL.
|
|
|