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

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

Issue 10081023: Fix a crash when trying to input phone number in the autofill settings page while running as guest … (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
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
diff --git a/chrome/browser/ui/webui/options2/autofill_options_handler2.h b/chrome/browser/ui/webui/options2/autofill_options_handler2.h
index e2d20013699cf66c7cf7e1f576f6be0843d37084..1a4a96ff804e1cd2335475db8cb00f9140c21e54 100644
--- a/chrome/browser/ui/webui/options2/autofill_options_handler2.h
+++ b/chrome/browser/ui/webui/options2/autofill_options_handler2.h
@@ -82,6 +82,9 @@ class AutofillOptionsHandler : public OptionsPageUIHandler,
// 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