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

Unified Diff: chrome/browser/autofill/autofill_external_delegate_browsertest.cc

Issue 11636040: AutofillPopupController clarifications + simplifications. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ilya review Created 8 years 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/autofill/autofill_external_delegate_browsertest.cc
diff --git a/chrome/browser/autofill/autofill_external_delegate_browsertest.cc b/chrome/browser/autofill/autofill_external_delegate_browsertest.cc
index 2b9c4ca92e06eae8460db34c10b21b5dbb19f355..525369b7fca72c361d6063a4c6c353998de29b4b 100644
--- a/chrome/browser/autofill/autofill_external_delegate_browsertest.cc
+++ b/chrome/browser/autofill/autofill_external_delegate_browsertest.cc
@@ -35,8 +35,7 @@ class MockAutofillExternalDelegate : public AutofillExternalDelegate {
AutofillManager::FromWebContents(web_contents)) {}
~MockAutofillExternalDelegate() {}
- virtual void SelectAutofillSuggestionAtIndex(int unique_id)
- OVERRIDE {}
+ virtual void SelectSuggestion(int unique_id) OVERRIDE {}
virtual void ClearPreviewedForm() OVERRIDE {}

Powered by Google App Engine
This is Rietveld 408576698