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

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: Re-added check that form contains a username field. Created 6 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: 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..7526af2f5961cd97da4f104f4dbadb459db005e6 100644
--- a/components/autofill/core/browser/autofill_external_delegate.cc
+++ b/components/autofill/core/browser/autofill_external_delegate.cc
@@ -161,12 +161,8 @@ 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());
+ query_field_.text_direction, values,
+ labels, icons, ids, GetWeakPtr());
Garrett Casto 2014/11/23 07:49:48 I would revert this now just to cut down on the di
jww 2014/11/25 02:46:26 Done.
}
}

Powered by Google App Engine
This is Rietveld 408576698