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

Unified Diff: components/autofill/core/browser/autofill_external_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_external_delegate.h
diff --git a/components/autofill/core/browser/autofill_external_delegate.h b/components/autofill/core/browser/autofill_external_delegate.h
index 0a0093e9ed1f732d0a2a99422b448f7605c5dd6a..5bf60a88300cb07667001ada040dfec281ed16cd 100644
--- a/components/autofill/core/browser/autofill_external_delegate.h
+++ b/components/autofill/core/browser/autofill_external_delegate.h
@@ -52,7 +52,7 @@ class AutofillExternalDelegate
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;
Ilya Sherman 2013/11/01 06:45:50 Please preserve the previous name, i.e. "select" r
virtual void DidAcceptSuggestion(const base::string16& value,
int identifier) OVERRIDE;
virtual void RemoveSuggestion(const base::string16& value,

Powered by Google App Engine
This is Rietveld 408576698