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

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

Issue 14425010: Handle expired Autofill credit cards in autofill dialog (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 8 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 6e4df9b077575daab5cfe88c8409ec0f3eb60dbe..7eef90a0c95b0d138bc872d3c4871ffd422ce01e 100644
--- a/chrome/browser/ui/views/autofill/autofill_dialog_views.h
+++ b/chrome/browser/ui/views/autofill/autofill_dialog_views.h
@@ -440,7 +440,7 @@ class AutofillDialogViews : public AutofillDialogView,
void UpdateSectionImpl(DialogSection section, bool clobber_inputs);
// Updates the visual state of the given group as per the model.
- void UpdateDetailsGroupState(const DetailsGroup& group);
+ void UpdateDetailsGroupState(DetailsGroup* group);
Evan Stade 2013/04/30 19:03:10 nit: revert this change, instead fix ValidateGroup
Dan Beam 2013/05/01 00:43:09 Done.
// Gets a pointer to the DetailsGroup that's associated with the given section
// of the dialog.

Powered by Google App Engine
This is Rietveld 408576698