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

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_controller_impl.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: chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
index efbe157bb460433b5e451bf10b608ab9d2cc3463..2d96b4eb20e00f603f886a478a44753bc99b64e7 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
@@ -172,7 +172,7 @@ class AutofillDialogControllerImpl : public AutofillDialogViewDelegate,
virtual void OnPopupHidden(
content::RenderWidgetHost::KeyPressEventCallback* callback) OVERRIDE;
virtual bool ShouldRepostEvent(const ui::MouseEvent& event) OVERRIDE;
- virtual void DidSelectSuggestion(int identifier) OVERRIDE;
+ virtual void DidPreselectSuggestion(int identifier) OVERRIDE;
virtual void DidAcceptSuggestion(const string16& value,
int identifier) OVERRIDE;
virtual void RemoveSuggestion(const string16& value,

Powered by Google App Engine
This is Rietveld 408576698