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

Unified Diff: chrome/browser/ui/webui/options2/autofill_options_handler2.h

Issue 10108008: Merge 132511 - Fix a crash when trying to input phone number in the autofill settings page while ru… (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1084/src/
Patch Set: Created 8 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
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options2/autofill_options_handler2.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/options2/autofill_options_handler2.h
===================================================================
--- chrome/browser/ui/webui/options2/autofill_options_handler2.h (revision 132519)
+++ chrome/browser/ui/webui/options2/autofill_options_handler2.h (working copy)
@@ -82,6 +82,9 @@
// array of numbers, and the country code string set on the profile.
void ValidatePhoneNumbers(const base::ListValue* args);
+ // Returns true if |personal_data_| is non-null and loaded.
+ bool IsPersonalDataLoaded() const;
+
// 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 | « no previous file | chrome/browser/ui/webui/options2/autofill_options_handler2.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698