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..59e5ecbd5f0c443846c0cf30ad7857fa619d4776 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_types.h |
+++ b/chrome/browser/ui/autofill/autofill_dialog_types.h |
@@ -36,6 +36,9 @@ 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 is able to be edited (e.g. text changed in textfields, |
+ // index changed in comboboxes). |
+ bool editable; |
}; |
// Determines whether |input| and |field| match. |