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 3ab269c0d62754080e88d75685cf7ff08468c111..92c913f2fd2eefe5ab7014f4da2593044caaaebe 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_view.h |
+++ b/chrome/browser/ui/autofill/autofill_dialog_view.h |
@@ -21,9 +21,6 @@ class AutofillDialogView { |
// 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; |
- |
// Fills |output| with data the user manually input. |
virtual void GetUserInput(DialogSection section, DetailOutputMap* output) = 0; |