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. |