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

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

Issue 15979002: Making credit card number un-editable in Wallet mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 7 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_types.h
diff --git a/chrome/browser/ui/autofill/autofill_dialog_types.h b/chrome/browser/ui/autofill/autofill_dialog_types.h
index e3a456e8806b63c67eb4873e4fc6b0404c815d0a..f0446fd67a4d36fb331932977db0935078ec8b05 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_types.h
+++ b/chrome/browser/ui/autofill/autofill_dialog_types.h
@@ -36,6 +36,8 @@ struct DetailInput {
// When non-empty, indicates the starting value for this input. This will be
// used when the user is editing existing data.
string16 initial_value;
+ // Whether the input should be enabled (e.g. editable for textfields).
+ bool enabled;
};
// Determines whether |input| and |field| match.

Powered by Google App Engine
This is Rietveld 408576698