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

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_view.h

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/ui/autofill/autofill_dialog_view.h
diff --git a/chrome/browser/ui/autofill/autofill_dialog_view.h b/chrome/browser/ui/autofill/autofill_dialog_view.h
index 65f7cd11660266de3a6633630a51bc4d83a2da81..3ab269c0d62754080e88d75685cf7ff08468c111 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_view.h
+++ b/chrome/browser/ui/autofill/autofill_dialog_view.h
@@ -18,6 +18,9 @@ class AutofillDialogView {
// Shows the dialog.
virtual void Show() = 0;
+ // Called when the contents of a section have changed.
+ virtual void UpdateSection(DialogSection section) = 0;
+
// Returns the index into the suggestion model for |section|.
virtual int GetSuggestionSelection(DialogSection section) = 0;

Powered by Google App Engine
This is Rietveld 408576698