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

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

Issue 6930052: Revert 84320 - Autofill DOMUI Prefs should work with i18n phone numbers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 8 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
===================================================================
--- chrome/browser/ui/webui/options/autofill_options_handler.h (revision 84345)
+++ chrome/browser/ui/webui/options/autofill_options_handler.h (working copy)
@@ -68,13 +68,6 @@
// credit card data.
void SetCreditCard(const ListValue* args);
- // Validates a list of phone/fax 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 ListValue* args);
- void ValidateFaxNumbers(const ListValue* args);
-
// The personal data manager, used to load Autofill profiles and credit cards.
// Unowned pointer, may not be NULL.
PersonalDataManager* personal_data_;
« no previous file with comments | « chrome/browser/resources/options/autofill_options_list.js ('k') | chrome/browser/ui/webui/options/autofill_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698