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

Unified Diff: chrome/browser/extensions/api/autofill_private/autofill_private_api.cc

Issue 1391893003: NOT FOR REVIEW: Aura on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/extensions/api/autofill_private/autofill_private_api.cc
diff --git a/chrome/browser/extensions/api/autofill_private/autofill_private_api.cc b/chrome/browser/extensions/api/autofill_private/autofill_private_api.cc
index 878e4d50e9999578cca109e7673b0fd3f46864bb..54be8ad50555ea2aa8ea1538838a3a3c92eb6278 100644
--- a/chrome/browser/extensions/api/autofill_private/autofill_private_api.cc
+++ b/chrome/browser/extensions/api/autofill_private/autofill_private_api.cc
@@ -108,8 +108,11 @@ void PopulateAddressComponents(
case i18n::addressinput::RECIPIENT:
component->field =
autofill_private::AddressField::ADDRESS_FIELD_FULL_NAME;
+ component->placeholder.reset(new std::string("Not important"));
+ /*
component->placeholder.reset(new std::string(
l10n_util::GetStringUTF8(IDS_AUTOFILL_FIELD_LABEL_ADD_NAME)));
+ */
break;
}

Powered by Google App Engine
This is Rietveld 408576698