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

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

Issue 85863003: Change DetailOutputMap to FieldValueMap (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix tests Created 7 years, 1 month 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_view.h
diff --git a/chrome/browser/ui/autofill/autofill_dialog_view.h b/chrome/browser/ui/autofill/autofill_dialog_view.h
index aa27201f564bcc4d14afad154c35da7aa3d878d1..04ccd249ffc89aa8158e765b7f5c1df1070f8d5a 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_view.h
+++ b/chrome/browser/ui/autofill/autofill_dialog_view.h
@@ -74,7 +74,7 @@ class AutofillDialogView {
const DetailInput& originating_input) = 0;
// Fills |output| with data the user manually input.
- virtual void GetUserInput(DialogSection section, DetailOutputMap* output) = 0;
+ virtual void GetUserInput(DialogSection section, FieldValueMap* output) = 0;
// Gets the CVC value the user typed to go along with the stored credit card
// data. If the user is inputing credit card data from scratch, this is not
« no previous file with comments | « chrome/browser/ui/autofill/autofill_dialog_types.h ('k') | chrome/browser/ui/autofill/autofill_dialog_view_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698