| Index: chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| index 0bfa077c1a1457a139a4a54e2e20123bd5278bc1..6f3cbe84c60af33ba531743a3d29ed91d6f0c7e2 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
| @@ -53,6 +53,7 @@ class AutofillDataModel;
|
| class AutofillDialogView;
|
| class AutofillPopupControllerImpl;
|
| class DataModelWrapper;
|
| +class TestableAutofillDialogView;
|
|
|
| namespace risk {
|
| class Fingerprint;
|
| @@ -101,6 +102,10 @@ class AutofillDialogControllerImpl : public AutofillDialogController,
|
| // Called when an Autocheckout flow completes successfully.
|
| void OnAutocheckoutSuccess();
|
|
|
| + // Returns |view_| as a testable version of itself (if |view_| exists and
|
| + // actually implements |AutofillDialogView::GetTestableView()|).
|
| + TestableAutofillDialogView* GetTestableView();
|
| +
|
| // AutofillDialogController implementation.
|
| virtual string16 DialogTitle() const OVERRIDE;
|
| virtual string16 AccountChooserText() const OVERRIDE;
|
|
|