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

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_controller_impl.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: 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 9c7b599705a34098f7c2de881c6eafdc5cfe3350..c64b837d41f5595c803d781f51004466f1338a65 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
@@ -2177,10 +2177,8 @@ void AutofillDialogControllerImpl::UserEditedOrActivatedInput(
content_bounds,
base::i18n::IsRTL() ?
base::i18n::RIGHT_TO_LEFT : base::i18n::LEFT_TO_RIGHT);
- popup_controller_->Show(popup_values,
- popup_labels,
- popup_icons,
- popup_ids);
+ popup_controller_->Show(popup_values, popup_labels, popup_icons, popup_ids,
+ base::string16());
}
void AutofillDialogControllerImpl::FocusMoved() {

Powered by Google App Engine
This is Rietveld 408576698