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

Unified Diff: chrome/browser/ui/autofill/autofill_popup_controller_impl.h

Issue 44543002: Enable touch for autofill popup view (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Improved comments Created 7 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: chrome/browser/ui/autofill/autofill_popup_controller_impl.h
diff --git a/chrome/browser/ui/autofill/autofill_popup_controller_impl.h b/chrome/browser/ui/autofill/autofill_popup_controller_impl.h
index 535b8e028bdc35a964d1401f3559e88e2d6a9ba8..a0dd8d6e9e6f7f9f0f84e346bce0888f5dc42673 100644
--- a/chrome/browser/ui/autofill/autofill_popup_controller_impl.h
+++ b/chrome/browser/ui/autofill/autofill_popup_controller_impl.h
@@ -83,9 +83,9 @@ class AutofillPopupControllerImpl : public AutofillPopupController {
// AutofillPopupController implementation.
virtual void UpdateBoundsAndRedrawPopup() OVERRIDE;
- virtual void MouseHovered(int x, int y) OVERRIDE;
- virtual void MouseClicked(int x, int y) OVERRIDE;
- virtual void MouseExitedPopup() OVERRIDE;
+ virtual void LineSelectedAtPoint(int x, int y) OVERRIDE;
+ virtual void LineAcceptedAtPoint(int x, int y) OVERRIDE;
+ virtual void SelectionCleared() OVERRIDE;
virtual bool ShouldRepostEvent(const ui::MouseEvent& event) OVERRIDE;
virtual void AcceptSuggestion(size_t index) OVERRIDE;
virtual int GetIconResourceID(const string16& resource_name) OVERRIDE;
« no previous file with comments | « chrome/browser/ui/autofill/autofill_popup_controller.h ('k') | chrome/browser/ui/autofill/autofill_popup_controller_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698