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

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: new workstation 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 9f3acd55827ded50595cecd241d1482722d87435..73cf02c8154b044b03100b9b16bb580da904c6aa 100644
--- a/chrome/browser/autofill/autofill_external_delegate_browsertest.cc
+++ b/chrome/browser/autofill/autofill_external_delegate_browsertest.cc
@@ -35,7 +35,7 @@ class MockAutofillExternalDelegate : public AutofillExternalDelegate {
AutofillManager::FromWebContents(web_contents)) {}
~MockAutofillExternalDelegate() {}
- virtual void SelectAutofillSuggestion(int unique_id) OVERRIDE {}
+ virtual void DidSelectSuggestion(int unique_id) OVERRIDE {}
virtual void ClearPreviewedForm() OVERRIDE {}
« no previous file with comments | « chrome/browser/autofill/autofill_external_delegate.cc ('k') | chrome/browser/autofill/autofill_external_delegate_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698