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

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

Issue 322453003: autocomplete: support address-line3, address-level{1,2,3} (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test expectations Created 6 years, 6 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_i18n_input.h
diff --git a/chrome/browser/ui/autofill/autofill_dialog_i18n_input.h b/chrome/browser/ui/autofill/autofill_dialog_i18n_input.h
index 33e1c12c168c76e69aa010ddff54205c96c95db7..67b8728ee0610983310a319455ee03765089ed22 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_i18n_input.h
+++ b/chrome/browser/ui/autofill/autofill_dialog_i18n_input.h
@@ -61,11 +61,6 @@ ServerFieldType TypeForField(::i18n::addressinput::AddressField field,
bool FieldForType(ServerFieldType server_type,
::i18n::addressinput::AddressField* field);
-// Whether or not |country_code| has a fully supported address format.
-// TODO(dbeam): remove this when filling dependent locality is supported.
-// http://crbug.com/340929
-bool CountryIsFullySupported(const std::string& country_code);
-
} // namespace i18ninput
} // namespace autofill

Powered by Google App Engine
This is Rietveld 408576698