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

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc

Issue 96323002: Implement i18n::addressinput::Downloader for requestAutocomplete() (and (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 1 month 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/autofill/autofill_dialog_controller_impl.cc
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
index 127706e00e66ec3e4b4e5dff3601c6df10de40d0..56c08a83167a6e74ed4cc94511bbf1c508f3b6fb 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
@@ -2536,6 +2536,7 @@ AutofillDialogControllerImpl::AutofillDialogControllerImpl(
callback_(callback),
account_chooser_model_(this, profile_, metric_logger_),
wallet_client_(profile_->GetRequestContext(), this, source_url),
+ validation_downloader_(profile_->GetRequestContext()),
wallet_items_requested_(false),
handling_use_wallet_link_click_(false),
passive_failed_(false),

Powered by Google App Engine
This is Rietveld 408576698