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

Unified Diff: chrome/browser/ui/views/autofill/autofill_dialog_views.h

Issue 23756007: [rac] Show amex specific cvc hint (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move icon dependency logic into controller for testability Created 7 years, 3 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/views/autofill/autofill_dialog_views.h
diff --git a/chrome/browser/ui/views/autofill/autofill_dialog_views.h b/chrome/browser/ui/views/autofill/autofill_dialog_views.h
index d57e295ff31f8505f67b8a0cbe43320b8563b350..ff28e65e945308db2999cdff91782b12d9c5b4e3 100644
--- a/chrome/browser/ui/views/autofill/autofill_dialog_views.h
+++ b/chrome/browser/ui/views/autofill/autofill_dialog_views.h
@@ -596,6 +596,12 @@ class AutofillDialogViews : public AutofillDialogView,
// Called when the details container changes in size or position.
void DetailsContainerBoundsChanged();
+ // Gets the decorated textfield view that is shown for the given
+ // ServerFieldType in the given DetailsGroup, or NULL.
+ DecoratedTextfield* DecoratedTextfieldForServerFieldType(
+ const DetailsGroup* group,
+ ServerFieldType type) const;
+
// The delegate that drives this view. Weak pointer, always non-NULL.
AutofillDialogViewDelegate* const delegate_;

Powered by Google App Engine
This is Rietveld 408576698