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

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

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.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;

Powered by Google App Engine
This is Rietveld 408576698