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

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: Rename StringFromType to StringIconIdentifierFromType 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 e7be3deff4ca6fc30249579cd57a036b135dbd4c..7c56f94e97b33d002693a805ea7643602b3e3c76 100644
--- a/chrome/browser/ui/views/autofill/autofill_dialog_views.h
+++ b/chrome/browser/ui/views/autofill/autofill_dialog_views.h
@@ -572,6 +572,10 @@ class AutofillDialogViews : public AutofillDialogView,
// sign in.
bool SignInWebviewDictatesHeight() const;
+ // Sets the icons in |section| according to the field values. For example,
+ // sets the credit card and CVC icons according to the credit card number.
+ void SetIconsForSection(DialogSection section);
+
// The delegate that drives this view. Weak pointer, always non-NULL.
AutofillDialogViewDelegate* const delegate_;

Powered by Google App Engine
This is Rietveld 408576698