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

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

Issue 148413002: Add "previewing on hover" support for single-field autocomplete input (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update code as per review comments Created 6 years, 10 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 2228ccbaa2c1f53aa32384580f318ec872cb6f4d..44431e37823eeb10533a9c926f7f68e48a8ae202 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
@@ -2268,7 +2268,9 @@ bool AutofillDialogControllerImpl::ShouldRepostEvent(
return !view_->HitTestInput(popup_input_type_, event.location());
}
-void AutofillDialogControllerImpl::DidSelectSuggestion(int identifier) {
+void AutofillDialogControllerImpl::DidSelectSuggestion(
+ int identifier,
+ const base::string16& value) {
// TODO(estade): implement.
}

Powered by Google App Engine
This is Rietveld 408576698