| Index: chrome/browser/ui/autofill/autofill_dialog_view_tester.h
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_view_tester.h b/chrome/browser/ui/autofill/autofill_dialog_view_tester.h
|
| index 56cd42a2765be5fefec90d0753ad3db1d15c11ec..2ac58da7d140cd262f0a25fd79a5b8c4ad43acfc 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_view_tester.h
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_view_tester.h
|
| @@ -55,6 +55,9 @@ class AutofillDialogViewTester {
|
|
|
| // Whether the overlay is visible.
|
| virtual bool IsShowingOverlay() const = 0;
|
| +
|
| + // Whether |section| is currently showing.
|
| + virtual bool IsShowingSection(DialogSection section) const = 0;
|
| };
|
|
|
| } // namespace autofill
|
|
|