summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/webui/options/autofill_options_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/webui/options/autofill_options_handler.h')
-rw-r--r--chrome/browser/ui/webui/options/autofill_options_handler.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/ui/webui/options/autofill_options_handler.h b/chrome/browser/ui/webui/options/autofill_options_handler.h
index 1e8fe07..4af29b8 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.