Index: chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc |
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc |
index aa3e09c0bb9a29c0d358c6a9a816592408abc344..e05e814297f6d2ac3f438933b3d15522f5f855e8 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc |
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc |
@@ -597,6 +597,10 @@ void AutofillDialogControllerImpl::OnAutocheckoutSuccess() { |
view_->UpdateButtonStrip(); |
} |
+TestableAutofillDialogView* AutofillDialogControllerImpl::GetTestableView() { |
+ return view_ ? view_->GetTestableView() : NULL; |
+} |
+ |
//////////////////////////////////////////////////////////////////////////////// |
// AutofillDialogController implementation. |