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

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

Issue 171783003: rAc: partial revert of 251484 to show correct sections in views dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 10 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/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

Powered by Google App Engine
This is Rietveld 408576698