| Index: chrome/browser/ui/autofill/autofill_dialog_controller.h
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller.h b/chrome/browser/ui/autofill/autofill_dialog_controller.h
|
| index 8079a02e1195a8b0f66b638b10e3a31759e2b6e1..d0129de1b4a61e08da2e8624a40694bf6f696192 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller.h
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller.h
|
| @@ -107,12 +107,6 @@ class AutofillDialogController {
|
| // section.
|
| virtual ui::MenuModel* MenuModelForSection(DialogSection section) = 0;
|
|
|
| -#if defined(OS_ANDROID)
|
| - // As the above, but will never return NULL. TODO(estade): android should
|
| - // stop relying on this and it should be removed.
|
| - virtual ui::MenuModel* MenuModelForSectionHack(DialogSection section) = 0;
|
| -#endif
|
| -
|
| // Returns the label text used to describe the section (i.e. Billing).
|
| virtual string16 LabelForSection(DialogSection section) const = 0;
|
|
|
|
|