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

Unified Diff: components/autofill/core/browser/autofill_external_delegate.cc

Issue 492043003: Fill on account select in the password manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase on ToT Created 6 years, 2 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
Index: components/autofill/core/browser/autofill_external_delegate.cc
diff --git a/components/autofill/core/browser/autofill_external_delegate.cc b/components/autofill/core/browser/autofill_external_delegate.cc
index 7cc913947eca844d76d4507eb3686cf4c97ea988..a7ecb11796f7b6d3b6bc4c416775cdbb0dea72f2 100644
--- a/components/autofill/core/browser/autofill_external_delegate.cc
+++ b/components/autofill/core/browser/autofill_external_delegate.cc
@@ -160,13 +160,9 @@ void AutofillExternalDelegate::OnSuggestionsReturned(
// Send to display.
if (query_field_.is_focusable) {
- manager_->client()->ShowAutofillPopup(element_bounds_,
- query_field_.text_direction,
- values,
- labels,
- icons,
- ids,
- GetWeakPtr());
+ manager_->client()->ShowAutofillPopup(
+ element_bounds_, query_field_.text_direction, values, labels, icons,
+ ids, base::string16(), GetWeakPtr());
}
}

Powered by Google App Engine
This is Rietveld 408576698