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

Unified Diff: chrome/browser/autofill/autofill_popup_view.h

Issue 10073018: Add Delete Support to New Autofill UI (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Adding profile and credit card deleteion 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.h
diff --git a/chrome/browser/autofill/autofill_popup_view.h b/chrome/browser/autofill/autofill_popup_view.h
index 6bf1321409d2ee4db3f7320302072efd739a38a6..de81f7e9ea8049d1ffde94b4c80acd08a8cacac8 100644
--- a/chrome/browser/autofill/autofill_popup_view.h
+++ b/chrome/browser/autofill/autofill_popup_view.h
@@ -54,6 +54,9 @@ class AutofillPopupView : public content::NotificationObserver {
// Invalide the given row and redraw it.
virtual void InvalidateRow(size_t row) = 0;
+ // Adjust the size of the popup to show the elements being held.
+ virtual void ResizePopup() = 0;
+
AutofillExternalDelegate* external_delegate() { return external_delegate_; }
const std::vector<string16>& autofill_values() const {

Powered by Google App Engine
This is Rietveld 408576698