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

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc

Issue 17391012: Implement 'invalid' AutocompleteErrorEvent#reason (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 6 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_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.

Powered by Google App Engine
This is Rietveld 408576698