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

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

Issue 10073018: Add Delete Support to New Autofill UI (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 8 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/autofill/autofill_popup_view_browsertest.cc
diff --git a/chrome/browser/autofill/autofill_popup_view_browsertest.cc b/chrome/browser/autofill/autofill_popup_view_browsertest.cc
index 635dc35db96cce4a6685986d9ff29e5b72dd061d..312aff01438340a2c572bb972340d4297dad78fd 100644
--- a/chrome/browser/autofill/autofill_popup_view_browsertest.cc
+++ b/chrome/browser/autofill/autofill_popup_view_browsertest.cc
@@ -29,7 +29,7 @@ class MockAutofillExternalDelegate : public TestAutofillExternalDelegate {
MockAutofillExternalDelegate() : TestAutofillExternalDelegate(NULL, NULL) {}
~MockAutofillExternalDelegate() {}
- virtual void SelectAutofillSuggestionAtIndex(int unique_id, int list_index)
+ virtual void SelectAutofillSuggestionAtIndex(int unique_id)
OVERRIDE {}
};
@@ -49,6 +49,8 @@ class TestAutofillPopupView : public AutofillPopupView {
virtual void HideInternal() OVERRIDE {}
virtual void InvalidateRow(size_t row) OVERRIDE {}
+
+ virtual void ResizePopup() OVERRIDE {}
};
} // namespace

Powered by Google App Engine
This is Rietveld 408576698