Chromium Code Reviews| Index: chrome/browser/ui/autofill/autofill_dialog_controller_impl.h |
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h |
| index a9acd42f0e99d876aa8332a8406d91697d3648fe..e5bb08942875de00c32b97da7a69ef56050a62eb 100644 |
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h |
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h |
| @@ -31,6 +31,7 @@ |
| #include "components/autofill/core/browser/form_structure.h" |
| #include "components/autofill/core/browser/personal_data_manager.h" |
| #include "components/autofill/core/browser/personal_data_manager_observer.h" |
| +#include "components/autofill/core/browser/validation_downloader.h" |
| #include "content/public/browser/notification_observer.h" |
| #include "content/public/browser/notification_registrar.h" |
| #include "content/public/browser/web_contents_observer.h" |
| @@ -601,6 +602,10 @@ class AutofillDialogControllerImpl : public AutofillDialogViewDelegate, |
| // A client to talk to the Online Wallet API. |
| wallet::WalletClient wallet_client_; |
| + // Downloads validation rules for address input. New rules are downloaded when |
| + // country is changed. |
| + ValidationDownloader validation_downloader_; |
|
please use gerrit instead
2013/12/02 17:03:54
This object will be owned by libaddressinput, so t
|
| + |
| // True if |this| has ever called GetWalletItems(). |
| bool wallet_items_requested_; |