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

Unified Diff: components/autofill/core/browser/autofill_popup_delegate.h

Issue 44543002: Enable touch for autofill popup view (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed Gtk and Cocoa compile errors Created 7 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_popup_delegate.h
diff --git a/components/autofill/core/browser/autofill_popup_delegate.h b/components/autofill/core/browser/autofill_popup_delegate.h
index 86b5eff42665f4532229fe85424eee2d7971b676..4489654aada12d2b0d4e95f15527a999b8977e67 100644
--- a/components/autofill/core/browser/autofill_popup_delegate.h
+++ b/components/autofill/core/browser/autofill_popup_delegate.h
@@ -33,8 +33,8 @@ class AutofillPopupDelegate {
virtual bool ShouldRepostEvent(const ui::MouseEvent& event) = 0;
// Called when the autofill suggestion indicated by |identifier| has been
- // temporarily selected (e.g., hovered).
- virtual void DidSelectSuggestion(int identifier) = 0;
+ // preselected (e.g., hovered).
+ virtual void DidPreselectSuggestion(int identifier) = 0;
// Inform the delegate that a row in the popup has been chosen.
virtual void DidAcceptSuggestion(const base::string16& value,

Powered by Google App Engine
This is Rietveld 408576698