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

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_controller_impl.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/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 c0feb8c41e374b3e1ae1507b0419079e60701da2..fff4817df6f1a80e05ecfaf9983c04af04cc1238 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
@@ -289,6 +289,9 @@ class AutofillDialogControllerImpl : public AutofillDialogController,
// they have not already been calculated.
void EnsureLegalDocumentsText();
+ // Fills |view_|'s corresponding |section| with data and shows manual inputs.
+ void ShowEditingMode(DialogSection section);
+
// Resets the DetailInputs* and |section_editing_state_| for a section.
void ResetManualInputForSection(DialogSection section);

Powered by Google App Engine
This is Rietveld 408576698