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

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

Issue 12220130: i18n for placeholders in requestAutocomplete dialog (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 7 years, 10 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 16a472024868cfe6d1eb0bb4a76245330d43c8fa..89ef1201203da8631a8b2fde1e1d225155692ede 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_types.h
+++ b/chrome/browser/ui/autofill/autofill_dialog_types.h
@@ -22,8 +22,8 @@ struct DetailInput {
// kBillingInputs.
int row_id;
AutofillFieldType type;
- // TODO(estade): remove this, do l10n.
- const char* placeholder_text;
+ // Placeholder text resource ID.
+ int placeholder_text_rid;
// The section suffix that the field must have to match up to this input.
const char* section_suffix;
// A number between 0 and 1.0 that describes how much of the horizontal space

Powered by Google App Engine
This is Rietveld 408576698