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

Unified Diff: chrome/browser/ui/webui/options/autofill_options_handler.h

Issue 7892048: Autofill: Remove fax number completely. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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: 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.

Powered by Google App Engine
This is Rietveld 408576698