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

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

Issue 63053003: Ask libaddressinput for address components to use in requestAutocomplete(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: let's try this again, android Created 7 years, 1 month 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 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.

Powered by Google App Engine
This is Rietveld 408576698