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

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

Issue 6935033: Autofill DOMUI Prefs should work with i18n phone numbers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Namespace and comments. Created 9 years, 7 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 dd9a0f64963895cacf95d0dcedabbce1dae2842c..d7a0c24182fd4b66c972c8eaba64ef544a403e72 100644
--- a/chrome/browser/ui/webui/options/autofill_options_handler.h
+++ b/chrome/browser/ui/webui/options/autofill_options_handler.h
@@ -68,6 +68,13 @@ class AutofillOptionsHandler : public OptionsPageUIHandler,
// 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