Index: chrome/browser/ui/autofill/autofill_dialog_controller.h |
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller.h b/chrome/browser/ui/autofill/autofill_dialog_controller.h |
index 4dbd74dc520ec6d9c2ef92fbe01f908f884eeffe..9214d75d8543e9cbb373588f6a63a3d953e2082e 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_controller.h |
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller.h |
@@ -151,6 +151,11 @@ class AutofillDialogController : public AutofillPopupDelegate { |
// Initializes |suggested_email_| et al. |
void GenerateComboboxModels(); |
+ // Returns whether |profile| is complete, i.e. can fill out all the relevant |
+ // address info. Incomplete profiles will not be displayed in the dropdown |
+ // menu. |
+ bool IsCompleteProfile(const AutofillProfile* profile); |
Ilya Sherman
2013/01/03 23:54:04
nit: Pass by const reference
Evan Stade
2013/01/04 02:16:58
Done.
|
+ |
// Fills in |section|-related fields in |output_| according to the state of |
// |view_|. |
void FillOutputForSection(DialogSection section); |