Chromium Code Reviews| 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 1651770aa366857b73197b5ef12b968822b610e2..429213e60f468db02040792b110e49475b83949b 100644 |
| --- a/chrome/browser/ui/autofill/autofill_dialog_types.h |
| +++ b/chrome/browser/ui/autofill/autofill_dialog_types.h |
| @@ -35,8 +35,8 @@ struct DetailInput { |
| ServerFieldType type; |
| - // Placeholder text resource ID. |
| - int placeholder_text_rid; |
| + // Text shown when the input is at its default state (e.g. empty). |
| + base::string16 placeholder_text; |
|
Evan Stade
2013/12/02 17:57:33
I acknowledge the necessity of this change, but ar
Dan Beam
2013/12/02 22:37:54
clang nor git cl presubmit are whining. i think t
|
| // A number between 0 and 1.0 that describes how much of the horizontal space |
| // in the row should be allotted to this input. 0 is equivalent to 1. |