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, |