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

Unified Diff: chrome/browser/ui/cocoa/autofill/autofill_dialog_view_tester_cocoa.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/cocoa/autofill/autofill_dialog_view_tester_cocoa.h
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_dialog_view_tester_cocoa.h b/chrome/browser/ui/cocoa/autofill/autofill_dialog_view_tester_cocoa.h
index 697a41a21dbbe46d1ea0d2d0f72958a27b2a97b3..a451b0cd4d29458d046cc5c055ad861fd7c4f331 100644
--- a/chrome/browser/ui/cocoa/autofill/autofill_dialog_view_tester_cocoa.h
+++ b/chrome/browser/ui/cocoa/autofill/autofill_dialog_view_tester_cocoa.h
@@ -32,6 +32,7 @@ class AutofillDialogViewTesterCocoa: public AutofillDialogViewTester {
virtual gfx::Size GetSize() const OVERRIDE;
virtual content::WebContents* GetSignInWebContents() OVERRIDE;
virtual bool IsShowingOverlay() const OVERRIDE;
+ virtual bool IsShowingSection(DialogSection section) const OVERRIDE;
private:
AutofillDialogWindowController* controller() const;

Powered by Google App Engine
This is Rietveld 408576698